What is activity in android?
No Answer is Posted For this Question
Be the First to Post Answer
How many android os are there?
What is viewholder-pattern?
what does adt stand for in android?
What is a layout resource?
What is use of rxjava in android?
what is adb in android?
What is the importance of setting permissions in application development in Android programming?
0 Answers TryTechnicals Pvt Ltd,
Can you deploy executable JARs on Android? Which packaging is supported by Android?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
What is android application module?
In android, which method you can use to obtain the path of the external storage?
What is software system?