Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our W3Make Forum to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Activity in Android?
An activity in Android is a specific combination of XML files and JAVA files.
An activity in Android is a specific combination of XML files and JAVA files.
See lessAndroidManifest.xml file in an Android application?
Purpose of Android Manifest file is to declare : 1)The components of the app, including all activities, services, broadcast receivers, and content providers. 2)The permissions that the app needs in order to access protected parts of the system or other apps. 3)The hardware and software features theRead more
Purpose of Android Manifest file is to declare :
1)The components of the app, including all activities, services, broadcast receivers, and content providers.
2)The permissions that the app needs in order to access protected parts of the system or other apps.
3)The hardware and software features the app requires.
See lessPurpose of Android development?
Purpose of Android Manifest file is to declare : 1)The components of the app, including all activities, services, broadcast receivers, and content providers. 2)The permissions that the app needs in order to access protected parts of the system or other apps. 3)The hardware and software features theRead more
Purpose of Android Manifest file is to declare :
1)The components of the app, including all activities, services, broadcast receivers, and content providers.
2)The permissions that the app needs in order to access protected parts of the system or other apps.
3)The hardware and software features the app requires.
See lessStorage in Android Development
Q 1 ) There are 4 type of storage that android provide. Internal File Storage: Store app-private files on the device file system. External File Storage: Store files on the shared external file system. This is usually for shared user files, such as photos. Shared Preferences : Store private primitiveRead more
Q 1 ) There are 4 type of storage that android provide.
- Internal File Storage: Store app-private files on the device file system.
- External File Storage: Store files on the shared external file system. This is usually for shared user files, such as photos.
- Shared Preferences : Store private primitive data in key-value pairs.
- Databases : Store structured data in a private database
See lessAndroidManifest.xml file
Used to declare : 1)The components of the app, including all activities, services, broadcast receivers, and content providers. 2)The permissions that the app needs in order to access protected parts of the system or other apps. 3)The hardware and software features the app requires.
Used to declare :
1)The components of the app, including all activities, services, broadcast receivers, and content providers.
2)The permissions that the app needs in order to access protected parts of the system or other apps.
3)The hardware and software features the app requires.
See less