Download Full Code of PART-1 , 2 , 3 , 4 Before go ahead Please look in to PART-1 & PART-2 I have just modify Main Activity class: package com.djandroid.mapsv2; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.GoogleMap.OnMapClickListener; import com.google.android.gms.maps.GoogleMap.OnMarkerClickListener; import com.google.android.gms.maps.SupportMapFragment; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.Marker; import com.google.android.gms.maps.model.MarkerOptions; import com.google.android.gms.maps.model.Polyline; import com.google.android.gms.maps.model.PolylineOptions; public class MainActivity extends FragmentActivity { private GoogleMap MAP; private boolean markClic...
Thank you! it's awesome.. worked like charm..
ReplyDeleteTnx..
DeleteThank you! really it helped me to develop listview with multi selection . I have small doubt ,after pressing menu item also i'm not getting any logs, even i selected same items in that list.i'm getting checked (ArrayList)size as zero.
ReplyDeletejust check and please let me known ..
my mail id : muralivitt@gmail.com
it is happened because we add item at on text view click as well as on checkbox click.
DeletePlease check below link there is your solution
http://dj-android.blogspot.in/2013/02/android-adding-actionbar-navigation.html
Awesome
ReplyDeletethank you very much..
DeleteHey, i want to add list view with some of item with check box ,some of item with on/off switch and some of item display the next activity when just click on that item.So please give me the source code at my id: brijesh8_11@yahoo.co.in
ReplyDeletehere is your solution. please check it i have developed grid view with check box instead of that you can use list view with row file & check box.
Deletehttp://dj-android.blogspot.in/2013/02/android-adding-actionbar-navigation.html
This comment has been removed by the author.
ReplyDeleteHello All,
ReplyDeleteI have added new Post.
Please check it.
http://dj-android.blogspot.in/2013/02/multi-selection-listview-android-with.html
Hi
ReplyDeleteDo you think it's possible to customize checkboxes with own image ?
Hi
DeleteYes you can do this. Check below links
http://www.hrupin.com/2011/09/how-to-make-android-checkbox-and-radiobutton-custom-style
http://stackoverflow.com/questions/10135499/android-checkbox-style
http://stackoverflow.com/questions/3093099/checkbox-style-in-android
Great... Thanks a lot for this...
ReplyDelete