Android Programming

This portal contains all questions and issues relating the programming of apps for Android smartphones and devices.

Hint: You can find more topics in the portal about Java programming.

New Topics

Cordova: Close App

I would like to close my Cordova App via code (for example when a user clicks a button or the like). Is there a command for this that I can...

Question | 1 Answer

Change Minimum API Level of Android Studio Project

When creating a new project in Android Studio, you can set the Minimum API Level for the project quite easily. However, how can I change the Minimum...

Question | 1 Answer

Android Studio: Set an own App Icon

I am just trying around a bit with Android Studio and I have already made my first test app running. However, this app is displayed with an android...

Question | 1 Answer

Cordova: Batch Script closes automatically

For creating my apps for Android, iOS and Windows Mobile, I am using Cordova. To make my development process faster, I am about to build some Windows...

Question | 1 Answer

Cordova only creates Debug APK (android-debug.apk)

I have written an HTML5 App using Cordova and now I would like to create my App or APK for testing it on my smartphone. For this, I have executed the...

Question | 1 Answer

Android: WebView does not display external web pages

I have just created my first own Android App and among other things, I am using a WebView therein to be able to show some HTML pages. As long as I am...

Question | 1 Answer

New Answers and Comments

Stefan Trost: You can simply end your app with the following line of code:...

Question | Cordova: Close App

Stefan Trost: You do not have to create a new project for changing that. You only have to adjust the minimum SDK Version that is defined in the file "build.gradle...

Question | Change Minimum API Level of Android Studio Project

NetLabel: Just open your project in Android Studio and go to the following menu: File > New > Image Assets > Select launcher icon > Choose image...

Question | Android Studio: Set an own App Icon

Stefan Trost: You have to put "call" in front of the "cordova"-commands. When taking your script from above, it should look like that instead: call cordova create...

Question | Cordova: Batch Script closes automatically

Computer Expert: Instead of "cordova build android" you have to use the command "cordova build android --release". So, you just have to prepend "--release" as a...

Question | Cordova only creates Debug APK (android-debug.apk)

Progger99: Probably you have not given your app the permission to go to the Internet. Just add the following permission to your manifest: <uses-permission...

Question | Android: WebView does not display external web pages

Popular Topics

Show more

Open Questions

Participate

Everyone can participate in Askingbox. Open your topic directly in this category:

 
If you should have any questions: That’s how it’s done.