Tagged Questions
0
votes
0answers
14 views
Android degrading performance when switching apps via intents
I have a simple benchmarking app that creates a thread, and from that thread, a modified version of Browser is repeatedly launched. I log the time before I launch, and then in the onResume() method of ...
0
votes
0answers
40 views
HttpUrlConnection overhead
I am developing an application that splits http trafic across two devices. As such, device A sends HEAD requests to specific resources (images) on a webpage, and then device A downloads some of these ...
0
votes
1answer
26 views
app closed unexpextedly android studio
I am currently working on a fahrenheit to celsius converter android app. I tried runing the app on the emulator and every time it gives "your app has stopped suddenly" error. tried many things like ...
1
vote
4answers
71 views
how can I clear a bitmap memory in real time?
I create 14 Bitmap objects like this:
bmp[0]=BitmapFactory.decodeResource(getResources(), R.drawable.a0000);
bmp[1]=BitmapFactory.decodeResource(getResources(), R.drawable.a0001);
...
-3
votes
0answers
11 views
Animation mechanics / performace (In general and in Android in particular) [closed]
There's often said that if the app needs massive animation then standrard tools are not applicable. But in fact when u do any kind of animation u want to update the screen with some frequency so that ...
0
votes
1answer
32 views
Performance: onCreateView vs dynamic loading
I'm at a point right now where a piece of my UI layout will be based on certain conditions. The layout is made of 2 portions. The upper half is fine. The lower half, however, I am debating between ...
-3
votes
1answer
28 views
Error on AsyncTask in Android App [closed]
I have two buttons in one screen. One of them is "GetOrder" and the other is "DeleteOrder". When I click "GetOrder" it's working well but when after that I click "DeleteOrder" the app will show this ...
3
votes
1answer
37 views
How to find what is consuming mobile data transfer (MB) in my Android app?
I'm developing an application that needs a service to syncronize data beetween Android and a web service PHP. In the same app I have a ArcGIS Android map. I'm not able to find what is totally ...
0
votes
3answers
62 views
Which is the most memory optimised layout in Android? [closed]
I have no clue if something like this exists in the first place. This was the question asked in an interview. Can some one throw light which is the most memory optimized layout in Android? As far as I ...
0
votes
1answer
45 views
FragmentPagerAdapter and FragmentStatePagerAdapter
I am currently thinking which implementation of PagerAdapter should I use.
I've got dilemmas connected to both of them. Let me show you what are these.
1# FragmentPagerAdapter
Works fine, It creates ...
-3
votes
0answers
44 views
Android App hangs sometimes
I have developed an app with a button when clicked schedules message at the set time and date.
everything goes well but some times when scheduler button is pressed the app hangs and forcely closes. ...
1
vote
1answer
33 views
Strange behavior in long-running XML parsing method
We have the following method to parse an XML file and display its contents accordingly:
@Background
@AfterInject
void parseXMLAndLoadContent() {
try {
URL url = new URL(URI);
...
0
votes
2answers
27 views
pass a String to a class which extends PhoneStateListener
i want to know if there is any way to pass a string from an activity to a class which extends phoneStatelistener.
in sending end, i used
Intent pass = new ...
0
votes
0answers
14 views
I Need To use Camera feature for a hybrid application in android. Phone gap or should i write my own custom class?
I Need To use Camera feature for a hybrid application. Can i use phonegap or should i add my own custom code for camera access as phonegap might increase my bundle weight.
0
votes
0answers
41 views
How to work around the delayed/slow WebView rendering which occurs on some devices?
When utilizing a WebView to display simple formatted text (no remote content loading), some devices like the Nexus 4 or Galaxy Nexus have a very notable delay between onPageFinished() and actually ...
1
vote
1answer
33 views
OpenGL/Android big sprite quads bad performance
I am developping a game on android using opengl and am having a little performance problem.
Let's say for example I want to draw a background partially filled with grass "bushes". Bushes have ...
-2
votes
1answer
28 views
Load data in app [closed]
We have an app about some exams related stuff and we got stuck on how to load the app with questions as questions containing images and sometime only text.
So my question is what data structure we ...
0
votes
3answers
42 views
How can I call to a button Event Listener. even is not clicked?
I have button event listener with some actions inside which work good. I want to execute that event listener even I don't press that button I mean like execute a normal method. Because I don't want to ...
1
vote
0answers
22 views
Android Number of Background Thread on Device
Is there a way to get the number of background threads running on an Android device?
-1
votes
1answer
36 views
Accessing Device camera on Android phone and iPhone using javascript or php or some other language [closed]
How can I access device camera from browser using a button on my website on Android phone and iPhone. I am not sure if its even possible if website is made in PHP
Please help me if someone has ...
-2
votes
2answers
84 views
How to enable OTG support for android mobiles?
Can i enable otg suport for android mobiles which doesnt have OTG support by default. Is there any way to find whether the mobile support OTG or not?
-2
votes
0answers
27 views
How to speed up glTexSubImage2d when transfer data to gpu? [closed]
Recently I'm working on android multi-media develop,In my project, I use FFmpeg decoding h264 to yuv data and display it directly by opengl es, everything is normal but glTexSubImage2d transfer data ...
1
vote
0answers
32 views
How to automatically synchronize in Android
I read about how to be notified when there is connection, so I made a listener to it.
But to make an auto-synchronizer data, I need to make a listener for when the device is started?
If yes, what the ...
1
vote
1answer
17 views
Speed issues using H2 database with OrmLite on Android
i am coding an android app which needs a database. I won't use sqlite because i want a pure java core without any dependencies to androids library. To simplify the database access i'm using ORMLite.
...
0
votes
1answer
20 views
android : play short sound with short evoluting period using SoundPool
I want to implement a sort of radar we can find on cars to help parking. On a service that is correctly connected to my activity by a binder, I start a thread that must repeat a short sound.wav (110ms ...
0
votes
0answers
39 views
How to improve using Android camera with some image processing
I'm building an AR app on android with some image processing, the way I handle the camera is that I create a fake surface:
SurfaceView view = new SurfaceView(context);
...
0
votes
1answer
42 views
Real-time audio denoise using FFT on android
I'm thinking of starting a android project, which records audio signals and does some processing to denoise. My quesion is, as many (nearly all) denoising algorithms involve FFT, is it possible for me ...
0
votes
0answers
47 views
How to enable “Profile GPU Rendering” on 2.3.5?
I'm currently on automated performance statistics gathering via Monkey Runner on an actual devices.
Everything was great when I was on Android 4.x.x, there was an option in "Developers settings" to ...
0
votes
1answer
37 views
What is the most efficient way to work with the Android camera?
I'm working on an AR app which does heavy image processing using NDK. The result is 10 frames at best.
I believe that part of the problem is the way I work with the camera in Android.
I wonder what ...
0
votes
0answers
25 views
incoming message and number in Android
I would like to get in my application the incoming SMS and the number that sent the SMS. I used the class of receiving SMS in this link:
http://mobiforge.com/developing/story/sms-messaging-android
...
0
votes
0answers
33 views
In iOS, are there something similar to Android ANR trace log?
As the title said, I am wondered that when an App is blocked and cannot respond to user interaction, can I get the Call Stack?
Thanks in advance.
More info here: Any good ways to get useful ...
0
votes
2answers
34 views
Android : how to implement PullToRefreshListView in proper way
i am new to Android and currently start learning how to implement PullToRefreshListview by using this library of chrisbanes. can you guys please explain to me, where should i put my code to call API ...
0
votes
0answers
10 views
use AccountManager and OAuth2 in Android to store and validate User Login Details in Android?
I have a Login Screen in my app, and want a secure login for my user.
So, Can I use AccountManager and OAuth2 in Android to store and validate User Login Details in Android? If yes then how a hint ...
0
votes
1answer
39 views
Android devices, heap size
Currently my application works with android 2.1+ devices.
This app processes bitmaps. Sometimes I get OutOfMemory (eg. HTC G1 [16mb heap]).
I would like to specify this app for devices with min. 48mb ...
0
votes
0answers
50 views
error FATAL EXCEPTION: main
I have a problem with my application, I post the logcat of the error, the XML code of file mainactivity, and the Java code of the class MainActivity:
E/AndroidRuntime(16123):FATAL EXCEPTION: main
...
0
votes
0answers
32 views
How to improve performance with UNIQUE column SQLite Android
I have a table with a UNIQUE column. it's for not add the same code "KEY_CODIALERTA + " TEXT UNIQUE". it works well but when I try to add the same code then I see error in "LogCat" saying that I cant ...
0
votes
1answer
47 views
Picture does not save to gallary after taking photo from the my camera application
I have to take a photo from camera application and send it to a mail.
My problem is when i take the photo from my camera application it does not save it to gallery .And when i use the function ...
1
vote
0answers
39 views
Java service memory usage varying
I created a service which reads every 10 seconds(Thread.sleep) new messages from an online text file(chat). When I look in the settings the memory usage starts at 4.0MB which is ok, but every minute ...
0
votes
0answers
24 views
GLSL performance issue in fragment shader on vec4 add
I have a fairly simple fragment shader used to handle a situation with multiple lights (code below trimmed down for clarity, only two lights shown).
The broad idea is to sum the various lighting ...
0
votes
0answers
17 views
Content provider memory usage
I am building a app , app contact with many content provider because of that memory usage of my app goes to 100 MB. I am just getting text content from content provider but memory used by provider is ...
0
votes
1answer
53 views
android.os.transactiontoolargeexception in Launcher
We are developing enterprise applications, widgets and launcher for Android TV. We have Android set top box which runs our launcher, some widgets and apps. Widgets have fixed position in launcher when ...
0
votes
2answers
71 views
ORMLite performance: ArrayAdapter vs CursorAdapter vs a custom adapter
I have relatively small H2 database. I am expecting no more than 100 entries and even that feel highly over the top.
I have a list view with some controls and use an ArrayAdapter with a call to ...
0
votes
0answers
12 views
Facebook image not yet posed — android
Facing problem in uploading images from sdcard to facebook for android. while converting to byteArray i have some difficulties.
Bundle[{picture=[B@41908c90, method=photos.upload, format=json}]
...
0
votes
1answer
55 views
Android Client-Server architecture: GCM versus webservice
I have an Android application with a local database that contains information about pictures stored on the device. I want to create a server with pictures that could be provided on demand to all ...
1
vote
2answers
29 views
How to insert an object from canvas?
Is it possible to point image through canvas?. I am able to draw rect or draw line using canvas to my bitmap. but the thing is to insert image from drawable folder instead of pointing out rect or ...
0
votes
0answers
18 views
how to maintain the previous listview value whenever we move from one intent to another and coming to the same intent
package com.indusa.stockapp.stockListing;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.math.BigDecimal;
import ...
-2
votes
0answers
22 views
How to get xAxis and yAxis from image — Android [closed]
I have a image with constant x and y axis, is that possible to point the image in particular axis. we can able to get the device x and y axis. but my question is instead pointing to device axises i ...
0
votes
0answers
25 views
Weak Reference on Locale in Android
Please check this code:
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
Locale loc = null;
WeakReference<Locale> locWeak = new ...
0
votes
1answer
52 views
KineticJS web-app with draggable content is extremely laggy and keeps crashing android & iPhones
I've made an app with one layer per page and a swipe functionality to switch between them (like Android Homescreen) and it works great on my desktop-pc with Google Chrome. The major problem is, that ...
0
votes
2answers
44 views
Stopping the activity
I have activity A and activity B. I am starting activity B from activity A. In my activity B, i have a button to stop the activity B. Should I call finish() or stop() to free all resources hold by ...





