13,596 reputation
61630
bio website
location
age
visits member for 7 months
seen 3 hours ago
stats profile views 1,221

5h
comment Can't run app after update Android SDK Tool
You're welcome :-)
5h
answered Can't run app after update Android SDK Tool
12h
comment Android: Error inflating class on SimonVT NumberPicker project
@tintin there is probably a way get everything working smoothly. You should read up more on styles and themes.
13h
comment Android: Error inflating class on SimonVT NumberPicker project
If the above doesn't work, run SimonVT's sample app.If that runs without issue, compare it with your app to see what the differences are.
13h
comment Android: Error inflating class on SimonVT NumberPicker project
@tintin if themes.xml is saved in the values or values-v11 folder, all the "styles" in it automatically become accessible using the @style/ prefix (a project clean may be needed). I suggest that you make sure that themes.xml is saved in values and that your manifest contains android:theme="@style/SampleTheme" instead of android:theme="@style/AppTheme"
13h
reviewed Looks Good Sharepoint portal, jQuery Ajax post data are null after request.getParameterValues()
13h
comment Android: Error inflating class on SimonVT NumberPicker project
@tintin did you set your Activity's theme to one of the themes in your new themes.xml (eg if you copied the github xml exactly, your Activity should be using SampleTheme or SampleTheme.Light)?
2d
comment Android - Progress Dialog crashes when changing message
Only the original thread that created a view hierarchy can touch its views.
2d
comment How do I check BlueTooth connection status in Android?
What Android version are you running this on? isConnected() was introduced in API 14 (ICS).
Jun
16
revised Repeated data in my spinner and ListView
edited tags
Jun
8
comment Android Project Not Building Correctly
Are you on the latest ADT (v 22) and using any libraries (eg the google provided support library)? If so, make sure that Android Private Libraries is also checked in the Order and Export section of the Java Build Bath for this project.
Jun
4
comment Text to speech in fragment
You will need to do a bit more investigation Either btnAdd is null or getView() returns null. If it's btnAdd that causes thr problem make sure that you have a button with that id in your layout. If it's getView(), make sure that onCreateView() has already been called.
Jun
3
awarded  Enlightened
Jun
3
awarded  Nice Answer
Jun
1
revised Run command every 30 minutes in thread on Android service
edited title
May
31
comment Text to speech in fragment
@user2407147 something is null. What line is line 33?
May
31
comment Text to speech in fragment
@user2407147 Np. If the issues that you had mentioned in your question are resolved, it would be appreciated if you'd mark this answer as accepted.
May
31
revised Text to speech in fragment
added 130 characters in body
May
31
comment Text to speech in fragment
@user2407147 I'll just update my answer yet again. 1 sec. And no, what you just wrote in that comment is not right at all.
May
31
comment Text to speech in fragment
@user2407147 Updated the answer.