[android-developers] Re: Layout Design

2016-12-16 Thread Jorge Antonio Muñoz Herbas
If you need only multiple resolutions, you can use one only layout and manage multiple dimens.xml for differnt resolutions, is better for maintainance. If you need multiple screens, tablets and others devices you must implements multiple layouts. This image is of my project:

Re: [android-developers] Re: Do i need Gcm( google cloud messaging ) for generating notification periodically?

2016-11-21 Thread Jorge Antonio Muñoz Herbas
I would use the AlarmManager. you can see this article: http://stacktips.com/tutorials/android/repeat-alarm-example-in-android and search about it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop rec

[android-developers] Re: Do i need Gcm( google cloud messaging ) for generating notification periodically?

2016-11-21 Thread Jorge Antonio Muñoz Herbas
You can use AlarmManager to execute tasks periodically with PendingIntent, but its depend if application is running and the AlarmManager is started. Using GCM or FCM the work is at the server but the push notifications depends of the device internet connection. I think it depends of your needs.

[android-developers] Re: TextView within ListView not visible (but still clickable) since upgrading to Android M.

2016-11-21 Thread Jorge Antonio Muñoz Herbas
I'm not sure but, do you checked the styles and colors? probably the Textview is redered but is not visible for its color. -- 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, s