android-2.1-eclair
Should I be importing com.myapp.R into my activities?
IntelliJ is moaning if I don\'t have the following imports in my activities : import com.jameselsey.apps.romandroid.R;[详细]
2023-04-11 23:42 分类:问答Robolectric fails to inflate layout file if an AdMob view is present, any workarounds?
This is a snippet from my Robolectric enabled JUnit test class : @Before public void setUp() throws Exception[详细]
2023-04-05 13:34 分类:问答Fail to sign Android APK from Jenkins, but works from command line
I\'ve got the following build environment : Ubu开发者_StackOverflowntu Java 1.6.0_24 Apache ant 1.8.2[详细]
2023-04-04 01:38 分类:问答Android:Translation and Rotation Animation simultaneously
I want to show two animation simultaneously programatically not in XML file.It shouldROTATE and TRANSLATE[详细]
2023-03-26 20:31 分类:问答How does an android test project have visibility on classes from the main project?
I\'m trying to understand how testing can be applied in android and have followed this walkthrough on the Google site.[详细]
2023-03-22 16:44 分类:问答Android HTC Hero not reporting back correct FeatureInfo
I\'m having a strange problem with my HTC Hero 2.1 model=HERO200 manufacturer=HTC APILevel=7 It is not reporting back that it has a hardware microphone. Here is my code to check for Features.[详细]
2023-03-22 00:36 分类:问答getExternalFilesDir alternative in android 2.1
I built an android app on android 2.2, for saving files into the SD card I use the following: context.getExternalFilesDir(null).getAbsolutePath();[详细]
2023-03-10 18:31 分类:问答ConnectivityManager getActiveNetworkInfo() is always null even with data traffic active
i\'m working on a android project and i had the need to check for internet connection. i searched the web and i found a solution here on stackoverflow. However, i\'m having problems on checking the in[详细]
2023-03-08 00:25 分类:问答why tablelayout's layout_width and _height is not covering the whole area of samsung tablet's screen?
Hi to all, i have written something like this in the xml file <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-06 17:10 分类:问答Javascript injection problem in Android 2.1 emulator but fine in 2.2
I\'m trying to dynamically inject some CSS into a webpage loaded into an Android WebView. I\'ve distilled the problem down to this HTML which if you insert into the body of a plain HTML page adds red[详细]
2023-03-05 00:47 分类:问答