Answer Posted / mady
It is possible to add sections, topics and contributors to your favourites. You can add to favourites by tapping the star icon in the top right hand corner of the relevant screens, or on the right hand side of the headers in the all sections menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to prevent the data from reloading and resetting when the screen is rotated?
Explain me what are the advantages of android operating system?
What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
How are view elements identified in the android program?
What is proguard-rules.pro?
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 6 called?
Explain the application of shared preference?
when does anr occur in android programming?
When is the best time to kill a foreground activity?
What are different data storage options are available in android?
Explain the sending sms in android?
What are synthetic sensors?
What is the next os for android?
Can the bytecode be written in java be run on android?