Friend's,
I need to place an seperator in between the gallery elements,i have set horizontal scroll menus using gallery,here i to place a seperator between gallery elements.
Example design: ------------------------
Games | Music | Movies
------------------------
i need to place an vert...
Hi,
Is there any way to monitor the performance of a thread on Android phone.
As in any POSIX library?
I want to find the time taken by a "thread" during execution, while many other applications might also be running.
Thank You.
...
I have a client that gave me a .psd file that contains the entire screen of an Activity with all the graphics. The resolution is 480x800. The client wants the application to look identical to the one in the .psd file. The problem is that different devices have different resolutions and sizes. I know that the density is what really matter...
Possible Duplicate:
What can you not do on the Dalvik VM (Androids VM) that you can in Sun VM?
What ever interviews i have faced.In every interview when interviewers come on android topic they ask this question.
"what is the difference between Dalvik VM vs Sun JVM?".
i have given some answers like.
http://stackoverflow.com/que...
can anybody tell what is the use of broadcast reciever and give example in android
anybody give time zone change example using broadcast receiver
Thanks
...
I know this has been asked a lot of times in StackOverflow already, but I haven't quite found a solution yet. My app sends an email with a link in it that when clicked should launch the app.
According to @hackbod, the best way to do it is to make use of the Intent URI (see this). Here's my code that sets the intent and puts it in the em...
The Listitem would not be retrieved from the db. It is passed over from another class.
...
Hi All,
I m trying to delete a record from a SQLiteDB via Android Application,This is the way that i used the code to delete the record
//Snippet of code in my DBAdapter Class
public boolean DeleteRecord(String ContactName) {
Log.i(TAG, "DeleteRecord(String ContactName)");
Log.i(TAG, ContactName);
return db.delete(TABLE_...
Hi.
I am am trying to connect to a SOAP web service using ksoap2 library. I have read a bunch of docs about it, but i am stuck as my request is not an ordinary one.
I need to specify some headers prior to sending the request.
when is use a soap client to test the webservice i also need to put this in the soap enveope header section:
...
I have android application. I want to accept payments in this application for some services. But unfortunately I can't find solution how to provide credit card(VISA, Master Card, etc.) payment inside android app.
Can somebody help me with this? Any sample how to accept payments with any payment-getaway like authorize.net?
...
I am developing a web application for android. if my web page contains any email address and user click on that then browser opens mail client dialog box even i have not attached any mailto link for those address.for example:
[email protected]
if you click on text [email protected] in android browser it will open mail client.it works fine...
I have the following code that responds to a button click, changes the view and then after 5 seconds switches the view back:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.menu);
Button test = (Button)findViewById(R.id.browseLocation);
test.setOnClickListener...
How to add a new key in android keyboard.
...
hi,
I could not find out OS of Lot of mobiles? for example MicroMax , Videocon Mobiles in India, they did not give that details in their specification, what os will it have? why they did not give that details? but JVMs are there...any help please?
...
Hi,
i would like to categorize applications.
When an app comes to foreground i should be able to detect that this app has video,audio,just text, or 3D graphics.
I tried using 2 options to categorize them:
to get the permissions used in the apps, but couldn't get permissions for 3rd party apps(only the native apps), is it true that yo...
Friend's
I have a task to parse thumbnail images and to set it on grid view,where url image content to be in different height and width(some images to be 60*60, or 110*80),how can i set images in grid have uniform height and width.
Thanks in advance.
...
Hi, I'm trying to run a android app while the screen is black, i used a service and i tryed to add also a WakeLock of the type "PARTIAL_WAKE_LOCK".
The service play a song and save data from the accelerometer to the db, but when i press the red phone button to make the screen black, it play the song but it don't save data to the db. Hav...
Hi,
I am creating a custom view which populates based on a condition "Yes" or "No", implemented through RadioButtons & ViewStub. Unfortunately things are not going as planned:
CustomView -- artooConditional:
public artooConditional(Context context, AttributeSet attrs) {
super(context, attrs);
setAttributes(attrs);
...
Hello, I create a cool Home application in Android.
As this is a Home I don't want her to appear in the Launcher, in the list of all applications.
That's pretty easy, but now I would like the settings of this application to appear. So, I created the preferences of my application this way in the Manifest:
<activity android:name=".Pr...
I need to make a WebView show some web pages where some parts are offline (on the SD card) and some are online (retrieved via http). For instance, som pictures or javascript files may be local on the sd card, and some may be online. Target is Android 1.6, and I have full control over the server, and the files on the server.
Any ideas?
...