Questions tagged [android-developer-api]

API for android developers to access various settings

This tag mainly used to separate android developers API related.

Such as user setting and other APIs

List of APIs and classes for android developers :

Related Tags :

439 questions
-4
votes
1 answer

What's the percentage of lose in the final step of Android In-App-Purchase?

I've an Android APP in Google Play store, with In-App-Purchase features. As the data I collected, there are 95% users cancelled their payment. What I mean is, assume 100 users init the process of Google Pay, only 5 of them finally done. My question…
Alix
  • 256
  • 3
  • 17
-5
votes
3 answers

How to implement search in Jetpack Compose - Android

var noteListState by remember { mutableStateOf(listOf("Drink water", "Walk")) } This is my list of items. Any leads would be appreciated
-5
votes
1 answer

How to implement edittext where the input is only accepted by a stylus or a finger, just like in the notetaking applications?

I making a survey application whereby the clients fill the questionnaire and when done, the last step involves appending a signature using his finger or stylus before saving the input data to a database?Thus I need help on how to implement this…
-5
votes
2 answers

Logout user when backend password get changed

I have a web application and Android application if a user changes a password in a web application, the Android app has to log out automatically, how should I do this?
1 2 3
29
30