[android-developers] Re: ViewPager and ListFragments with onLongClick listener problem

2013-12-30 Thread Paul-Peter Tournaris
Anyone

On Friday, 20 December 2013 18:10:44 UTC+2, Paul-Peter Tournaris wrote:

 Hello to everyone! I tried asking this in StackOverflow and had to no luck 
 so you are my last hope! 


 http://stackoverflow.com/questions/20681055/viewpager-and-listfragment-with-onlongclick-strange-behaviour

 The problem is clearly described in the above link! If you want me to 
 clarify anything more please feel free to tell me and i will answer asap!

 Thank you in advance!

 -- 
 *Παύλος-Πέτρος Τουρνάρης*
 *Android   Software Developer*

- http://about.me/pavlospt
- *http://acschedule.org http://acschedule.org*

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-28 Thread Paul-Peter Tournaris
Hello guys. In my application i have a gcmbroadcast receiver registered, so 
that i can receive PushNotifications.
 
It is the Basic GCMReceiver Class provided by Google and i have an element 
receiver in my Manifest for it. 

I added a CheckBox in my Preferences Screen in order to enable/disable it 
but i had issues with it. The behaviour i want is to enable and disable the 
Receiver based on the value of the CheckBox.

So when the App starts i added a new method to check the value and trigger 
it as needed using the ComponentName object and its methods.

Although at first it worked like a charm, in the Preferences Screen, when i 
restarted the App it stopped working.

Is there any appropriate way to enable/disable such a Receiver across the 
Application?

Thank you in advance.

receiver android:name=com.google.android.gcm.GCMBroadcastReceiver
 android:permission=com.google.android.c2dm.permission.SEND
 android:enabled=true

Receivers registration inside Manifest.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] SQLite custom file

2012-06-29 Thread Paul-Peter Tournaris
Hello! Is there a way to put a custom made sqlite file in the assets folder 
and simply open it without having to copy it on another database?
Thanks in advance!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en