Aldo Muñoz
Aldo Muñoz
Hi, i have this code on my fragment: ``` public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for this fragment fragmentHomeBinding = DataBindingUtil.inflate(LayoutInflater.from(getContext()), R.layout.fragment_home, container,...
Verification
Hi, how can I verify or enroll a fingerprint, to check after with a database? Thanks !
Hi, i need to set the progress when the player is running? or when i set max and play, does this automatically? Another thing, i need to reset the progress...
Hi, I cannot figure out how to do the connection with the wit.ai API. I know that I have to make the outgoing messages with the Facebook endpoint but I...
Its possible to add extra bundles when i call a new Activity?