Hrupin - hrupin.com - Igor Khrupin

Latest News:

How to create custom background for InfoWindow on Google Maps V2 for Android 30 May 2013 | 11:55 pm

Tweet Here is short tutorial how to create custom background for InfoWindow (balloon) on Google Maps V2 for Android. As you can see the InfoWindowAdapter have two methods : getInfoWindow() and getIn...

How to fix java.lang.VerifyError in Android for ADT-22 30 May 2013 | 09:15 pm

Tweet I had one problem when migrated to ADT-22. I’ve renamed “lib” dir to “libs” and project compiled. And when I run project on Android device the “java.lang.VerifyError” error crashes my app. I...

How to setAlpha for View in Android 2.3 (API-10) and lower 25 May 2013 | 08:54 pm

Tweet As you can see there existing setAlpha() method in API-11. Using this method you can change Alpha for View. What we gonna do in API-10 and lower to change View Alpha? I’ve got one solution. T...

How to change Android SDK path in Android Studio for Mac 25 May 2013 | 06:53 pm

Tweet Today I want to change default Android SDK path in Android Studio. To change default path to Android SDK you need do the next steps. I describe it via screenshots. 1. Open Android Studio. Clic...

How to fix “Can not perform this action after onSaveInstanceState” on Android Fragments 17 May 2013 | 01:15 pm

Tweet Recent I’ve this bug on my project. This bug comes when app awake from sleep. I’ve spent a lot of time to fix it. And finally I got the solution. My project is Activity with Fragments. The ...

Eclipse ADT Rev 22 doesn’t generate R.java 17 May 2013 | 04:53 am

Tweet I had this problem when updated to ADT-22 on Eclipse. To fix it you need download NEW additional component from google. This is “Android SDK Build-tools”. Open Your SDK Manager and download i...

How to create filter for ListView items in Android. Part-2. List with custom adapter. 9 Dec 2012 | 09:45 pm

Tweet As you can see in my previous post about ListView filtering in Android (How to create filter for ListView items in Android.) creating filter is pretty simple if you’re have list with Strings. ...

How to remove specific OverlayItem from MapView ItemizedOverlay in Android. 5 Dec 2012 | 04:03 pm

Tweet This functionality is very needed if you have a lot of items and you need to delete one of them. For example: deleting one ATM from ATM’s overlay if user made some action on map. It can be im...

How to create filter for ListView items in Android. 14 Nov 2012 | 09:03 pm

Tweet Please. have a look at screenshot. Filter for ListView items in Android Here I want to show you how to create filter for ListView items. In this post my ListView contains simple strings. As ...

How to create custom groupIndicator for ExpandableListView group 21 Aug 2012 | 05:49 pm

Tweet Here is tutorial How to create custon groupIndicator for ExpandableListView in Andriod. Here is screenshot: Custom groupIndicator fro ExpandableListView in Android To do it you need: 1. Cre...

Recently parsed news:

Recent searches: