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
-2
votes
2 answers

Can I run Android Studio 3.0 without Kotlin?

Is there a way to use Studio IDE with only Java? I'm new to Android and I'd like to just focus on the android development experience before learning another new language.
user4984565
-2
votes
1 answer

OnItemClickListener Play Audio In Another Activity

Hello i am trying to learn android studio java programming , i am making simple audio player one list view and one play button , so i need help to audio play in another activity , how to set onitemclicklistener to play audio in another activity…
-2
votes
1 answer

MonkeyRunner script go to 'Developer options' then check 'Stay Awake' but is not recorded

I am doing a MonkeyRunner script that sets some settings in the android settings menu. The problem is that when I go to developer options, I need to check 'Stay Awake' and 'Allow mock locations' but when the script is finished these two are not…
-3
votes
1 answer

How to extract amount debited amount from SMS?

I want to extract the debited amount from the SMS my sms content is Cash withdrawal of Rs3,000.00 made on Kotak Debit Card X2694 on 08-01-2020 at #Acoount Number#.Avl bal is Rs 110.32.Not you?Visit kotak.com/fraud. Transactions on non-Kotak ATMs are…
Nitin Zagade
  • 71
  • 1
  • 7
-3
votes
1 answer

How can I run a scheduled task every 60 seconds?

I'm developing an android app to check data from a website and notify the user when there is a change. So I want to create a scheduled task that runs in the background and execute a method every 60 seconds. I searched a lot on the Internet and…
-3
votes
1 answer

Background Service using thread

How can i send location to server even when application closes Is there any code please share with me. Thanks in advance
-3
votes
1 answer

Android Live Stream Application

can anyone gives me some tips about How to make live Stream application in android I have search a lot but I didn't find any suitable SDK or APIs that helps me in this purpose. Simply I need to make an android app to record a video and live stream…
-3
votes
1 answer

Cannot we develop Android application with only Java?

I need to know, can't I develop Android application with only Java, without using C++. If we are going to start a carrer as Android developer, do I need to learn both C++ and Java. When develop industry application is Java enough?
Ishan Fernando
  • 2,758
  • 1
  • 31
  • 38
-3
votes
1 answer

Android Push notifications with Google Cloud Messaging Service

I am new in Android development. I have to work on Android GCM push notification. Am search lots of tutorials and videos but none is helpful for me. Anyone help me to understand and how to work with GCM ? If anyone have working code or any tutorial…
-3
votes
1 answer

Android Studio Application Crashes on Start

I am trying to make a tasker plugin, and all seems to be good until I try to configure the plugin. Here is the different code: edit_activity.xml
Nick Mowen
  • 2,572
  • 2
  • 22
  • 38
-3
votes
1 answer

resource entry app_name is already defined

facebook errors are Showing like this D:\workspace\LoginWithSocial\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. [2015-08-17 11:26:16 -…
Devan
  • 21
  • 7
-3
votes
1 answer

Can't see any install on Google Play of my app?

I cant see the number of installs of my app on Google Play even though I know some people has installed it?Its been almost two days and I cannot see the number but I still got a review.
Sammyy
  • 3
  • 2
-4
votes
1 answer

Using button.getTag().toString() causes app crash

Using button.getTag().toString() causes app to crash. As far as I know I need to have a setTag() before getTag() but I don't know when and how to use this in this code! MAIN: public class MainActivity extends AppCompatActivity { public void…
-4
votes
2 answers

How to fetch Data of List as in global Variable to get data in Oncreate() Method?

PostData.java public class PostData { List gobalAr=new ArrayList(); public List getList(){ return gobalAr; } public void setList( List gl){ this.gobalAr = gl; } String url =…
-4
votes
2 answers

What use JavaScript to develop apps for Android?

I want to use JavaScript for development, like an Unity3D. But Unity3D, which is to develop games. Please, what development tools in JavaScript for Android.
t1nk
  • 105
  • 2
  • 8
1 2 3
29
30