Hello, this is driving me nuts and causing me to pull so much hair, I actually ran out of hair and started hurting random people.
I have a UI design in which the WebView is supposed to be to the north, vertically of course, and a bar or line of buttons at the south. So the majority of the design is the WebView, and at the bottom some of...
Hello,
On my application I'm developing, the main.xml layout (the default layout of my app) has a few buttons that have been assigned onClickListeners (not the implementation way).
One of those buttons I want to have the ability to take you to another view. On the other view (preview.xml), there's another button that takes you back to ...
Hi,
Im using ListView to to show some custom data, once data is updated in the adapter i call notifyDatasetChanged(), so the view will get updated, all of this works well, my issue though is i would like to run an animation once only on items that got changed when the adapter was updated. currently i keep a copy of all the changed object...
Is it possible to use a hashmap in ArrayAdapter instanciation ?
my "regions" hashmap handles custom ID as keys : Hashmap<ID,Value>.
vRegions.setAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, regions));
the problem here is that ArrayAdapter will call my hashmap's toString() which will print value and disca...
Hi , I have creating an application and with an event I menage to add notification in android notification bar. Now I need sample how to remove that notification from notification bar on an event ??
...
Installing a simple HelloWorld asks for permission to write to external storage, why? I have not added any request in my manifest? Looking in the logs I see "I/PackageParser(15463): Implicit adding android.permission.WRITE_EXTERNAL_STORAGE to old pkg". I am compiling for Android 1.6 and installing on an Sony Ericsson X10. How do I avoid ...
I've tried to search for similar problems, but can't seem to find it.
I run:
Windows 7
Java SE Developement Kit x64
Eclipse Helios (downloaded here from Eclipses homepage --> Downloads --> Eclipse IDE for Java EE Developers --> 64 Bit)
"Android SDK Windows"
I've been following the guide from the Android Developers homepage.
I can l...
I'm finding a great many people buy my Android app in the google market and immediately return it for a refund. That works fine with physical goods, but for virtual goods, they have now acquired the app for free!
Has anyone else noticed this fatal flaw in the Google Android market for apps? What other markets are there without this p...
I am using Eclipse to write the program. I have gotten rid of the errors, and have completely compiled the code and when it launches in the emulator, it forces close. I have zipped the workspace so maybe someone can grab it and load it to see if they are able to see why its bombing out? deckertdesigns.com/Android/Todo_List.zip any help ...
I finally got my image button to work within an ImageView, and after I press it, it works, but imnmediately after, it stops running and I get the error message to close it.
I added the onClick and focused it in the XML so that it will work within an imageview, but that's all I got. The button in the /drawable folder is the imagebutton se...
Hi, yesterday I posted the question ‘How do I convert eclipse app for phone?’
I have used eclipse to design an android app which runs fine on the emulator and I now want to transfer it to my phone. Sixten Otto kindly offered some advice regarding how to test/debug my app on my phone straight from Eclipse's Run menu.
(See Developing on a...
Hi.
I just want to know how detect that the activity or service has been killed by the advanced task killer? I was expecting the onDestroy method to be called, but it doesnt!
My app starts the background service on boot. The activity is not started except from menu. But its name appears in the advanced task killer list. When I try to ...
The Stagefrigh media framework (Android 2.2) supports HTTP progressive streaming.
What's that means? I.e. is this an HTTP Live Streaming protocol realization?
And how to use HTTP Live Streaming on Android, I mean what's the client - web browser, MediaPlayer or just "in-SDK" realization and I have to inherit from some class?
Thanx.
...
The AutoCompleteTextView drop-down has a large font size. I want to change it to something smaller. I think the way to do it is to overwrite the
android.R.layout.simple_dropdown_item_1line. Please can someone let me know how to do it.
Thank you.
Cheers.
...
How on/off bluetooth in Android SDK 1.6?
...
I do not see a means to put key words or meta tags on an app when publishing it to the android market. Is there a way to do this? Such that if one builds an app for the physical therapy industry a PT an search PT. The current search only seems to search the app title.
...
I am wanting to make a reusable 'landing page' activity similar to like the activity when you first launch the official twitter app, facebook, or google io app, etc. Reusable is really the key here I would like for the activity to dynamically populate its gridview with the other activities in the application.
Is it possible to parse t...
I am having a List View, all the list items(Text) need be to updated from a web service. My application can query the web service to fetch all the list items at one go or can query to fetch one list item at a time.
I having following queries
1)If i query the web service to fetch all the list items at once, it takes around 15 secs to down...
I have created an app that sends an email with a recording, When the intent is fired and email is chosen as the app to send the attachment, you can see that there is an attachement but the attachment is not delivered.
Intent sendIntent = new Intent(Intent.ACTION_SEND);
//Mime type of the attachment (or) u can use sendIntent.setT...
I have a table in XML which has 6 columns and 9 rows. Each cell is filled with exactly one ImageView, forming a 6x9 grid. The images inserted into each ImageView are strictly 48x48 pixels, making the whole thing 288px wide and 432px tall.
I want to insert a new image which is 96x96 pixels (taking up 2x2 cells), and I want it to automati...