android
Using ActivityGroup to switch between Views is causing StackOverflowError
I have a program with 4 different tabs. One of these tabs is an ActivityGroup which has a ListView in it. When I click on one of the list items, it switches to WebActivity:[详细]
2023-04-13 09:42 分类:问答listview footer dynamically change state android
I have ListView and I want add footer. I easily did it through standard addFooterView method. But footer added into end of ListView and displayed as part of ListView开发者_如何学运维 (i.e. if ListView[详细]
2023-04-13 09:35 分类:问答In Android, can I use image from assets in layout xml?
Currently am loading image from drawable resource- <ImageView android:id=\"@+id/stestImg\" android:src=\"@drawable/testImg\"[详细]
2023-04-13 09:27 分类:问答Inserting the multiple values in the database on OnClickListener event
I want to insert multiple values in the database when in click the save button but the code not work correctly ?[详细]
2023-04-13 09:24 分类:问答CSS "float:right" property equivalent in LinearLayout on android?
On CSS we can write : <div style=\"float:right\"> Text1 </div> <div style=\"float:right\"> Text2 </div>[详细]
2023-04-13 09:17 分类:问答android button not clickable while playing animations
I have a button and while this button is playing an animation, I\'m not able to click on button. I\'ve set click listener and touch listener but in debug mode it\'s not entering in OnClick and in onTo[详细]
2023-04-13 09:17 分类:问答Access LocationManager/ LocationListener from class
I\'m kinda lost here: In my main activity, I register a LocationManager and connect it to a LocationListener to use myLocation.getLatitude() and开发者_运维知识库 such.[详细]
2023-04-13 09:15 分类:问答How To Get Application Context After Force closed
I integrated c2dm in my application its working fine. once c2dm notification came i do some database operation so i need the context[详细]
2023-04-13 09:15 分类:问答Android SDK with IBM RAD 8.0
I\'m trying to get RAD 8.0 to play nice with the Android SDK, but I run into the following issue when I attempt to build my projec开发者_StackOverflowt:[详细]
2023-04-13 09:14 分类:问答FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS excludes whole application, not only the Activity
I have a Notification which starts an Activity. After a long press on home button and selecting my app开发者_如何学编程, I want to start my main Activity again, and not this Activity started by the No[详细]
2023-04-13 09:13 分类:问答