Questions tagged [android-applicationinfo]

ApplicationInfo class contains information about an Android application, corresponding to the information in the application manifest.

Information you can retrieve about a particular application. This corresponds to information collected from the AndroidManifest.xml's <application> tag.

See ApplicationInfo reference.

140 questions
-3
votes
1 answer

I want an android app that sync with watsapp or SMS messenger and automatically response to the user/client

I am working for a non profit organisation and Our Project needs an android app (to develop a brief intervention that uses mobile text/voice messaging to address problematic drinking among adolescents.) This app should woks as a bidirectional and…
-3
votes
1 answer

What is the correct standard to implement MVP Design pattern

What is the correct standard to implement MVP Design pattern in android application development. with proper example.
-3
votes
4 answers

Editing name of the activity in XML file

The Android Activities name is to be changed. In which XML file can I find the attribute. I didn't find it in Activities corresponding XML file. Thank you.
istiaq2379
  • 113
  • 3
  • 13
-3
votes
1 answer

programmatically uninstall other application without asking user

I have system-level app with Device is not rooted! INSTALL_PACKAGES and ACTION_UNINSTALL_PACKAGE permission is included to Manifest Can I install and Uninstall any apk silently ?
-4
votes
1 answer

What is the technology used behind Inshorts,Dailyhunt and other such news apps how does it work?

I want to know how does the news apps like Dailyhunt,Inshorts and others work.How and where do they upload the news and how the users are able to get the news on their android app.Please answer this and thanks in advance.
1 2 3
9
10