0
votes
2answers
18 views

is it possible to unzip a .apk file(or generally any zipped file) into memory instead of writing it to fs

I am doing research with mobile apps and need to analyze their code after unzipping the .apk file. However, the process of unzipping naturally involves lots of IO, which doesn't make it scalable, I am ...
0
votes
1answer
13 views

Server hosting only allows authorised IP's for database access

I'm working on an Android app that will be uploading and downloading data from a MYSQL database from many locations. My understanding is that IP addresses will be created dynamically and the server ...
0
votes
0answers
4 views

Cannot Use Emulator in Android Studio in Mac OSX : Permission Denied

I have created an app in the new Android Studio and I am not able to test it on an emulator. When I boot up the emulator, the dock icon comes up and everything seems good to go until I get this ...
0
votes
1answer
11 views

Android app is getting device not supported when trying to download with tablet

I have an android app on google play called IronGrudge and lately (after latest release) I have tablet users writing me that they are getting "device not supported". I really can't figure out why. ...
0
votes
1answer
18 views

How to get android play store installed apps packages through android code?

There are 3 types of apps in android Android System apps Apps installed from Android Play Store Apps installed through local apk (usually installed by developers or any other source) I get the 1st ...
0
votes
0answers
18 views

Maximise a webview in the android window

I am new to android development but after searching for a while i can not get a solution to maximise my webview in my android window (12080*800 in my current test). Same problem appear on the physical ...
0
votes
1answer
20 views

How to keep a log of user activity in an Android App?

I'm working on an Android App that needs to be tested to a select audience. During this testing period, we need to keep track of each session and store the user interactions somewhere to view later. ...
0
votes
1answer
31 views

android how to open external file with my application

I have made an app that works with an sqlite database, and I have done a tool in my menu to pass the database by sms, mail, whatsapp, etc... to other mobile. When I have the database in the other ...
0
votes
1answer
17 views

Give user choice of setting default home page

I'm looking for a way to present the user a choice of setting the home page programmatically. What I want is for my app to ask the user to pick their choice every time it starts up. Is there a way to ...
0
votes
0answers
22 views

Why do RelativeLayout requires the onClick=“setListFooter”?

I'm starting with Android Studio and realized that, when I use the RelativeLayout it automatically adds android:onClick="setListFooter", if possible, I would like for some briefing on the reason of ...
-1
votes
0answers
30 views

Android In-App Billing Version 3 help/tutorial?

I've had a look through the Android Developer's documentation, and the sample in-app billing app provided by Google, and I've been trying for a couple hours now, and I could not get it to work. All I ...
0
votes
0answers
20 views

ANDROID/HTML - Read dynamic data from an existing website and display content accordingly

Suppose there is a website "example.com". It only has 1 input box which gives the input say "sample-input". The input is passed using the following code- <form method="get" name=downform ...
0
votes
0answers
16 views

Is it possible to display my facebooks feed in my app without signing in?

I want simply add a Facebook feed into my current app. Because my Facebook page is always being updated with offers i would like to add it as a live feed. it certainly doesn't look easy as this API ...
0
votes
0answers
17 views

android application color display real-time

I do not even know where to begin on this. I want to know how to illuminate a region of the screen on my application so that I can write code that will display certain colors depending on what the ...
0
votes
2answers
36 views

SQLite Database for Android app force closing

I'm working on a ToDo list app to learn more about the Android app development process. I'm following an online tutorial, but I seem to be hitting an error with the SQLite Database stuff. It compiles ...

1 2 3 4 5 184
15 30 50 per page