[android-developers] GCM based sample app link

2013-08-14 Thread Shadab Khatib
Hello

Can someone post the link of the GCM based Client sample app link provided 
by Google licensed under Apache License 2.0 similar to the sample apps in 
the tutorials to all other simple features of UI design.

-- 
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] Re: Tab Host with fragment

2013-08-12 Thread Shadab Khatib
Hello,
What are you exactly trying to accomplish?
Do you want to have Swipe Views or open different activity from the tabs?

On Monday, 12 August 2013 16:38:01 UTC+5:30, Arun Kumar K wrote:


 Hi guys,

 How to start fragment from tab activity...
 -- 
 *Regards*
 *Arun*
  
  

-- 
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] Re: Focus problem with Option menu

2013-08-12 Thread Shadab Khatib

Hello,
If you want the menu to be access available to the user as long as the app 
is up, then you can have it as an actionbar item instead of as the menu 
option. 
You can view it via a simple icon or show/hide it depending upon the room 
on the user interface.

On Thursday, 8 August 2013 15:20:25 UTC+5:30, drenda wrote:

 Hi,
 I've a problem with Option menu and focus.
 I've a simple View in which I've some data come from remote service. I've 
 to display an icon of the option menu only sometimes when remote object has 
 some characteristics.

 So I do this:

 @Override
 public boolean onCreateOptionsMenu(Menu menu) {
 return true;
 }

 @Overridepublic boolean onPrepareOptionsMenu(Menu menu) {


 if (corsa != null  corsa.getDataPartenzaEffettiva() == null) {
 menu.clear();
 getMenuInflater().inflate(R.menu.dettaglio_corsa, menu);
 }
 return true;
 }

 The first time I create an empty menu and then when I receive remote data 
 (asyncCall) I call   invalidateOptionsMenu(); so I display the option menu 
 icon. All works fine but in this view I open programatically the keyboard:

  InputMethodManager inputMethodManager = (InputMethodManager) 
 getSystemService(Context.INPUT_METHOD_SERVICE);
 if (inputMethodManager != null) {
 
 inputMethodManager.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
 }

 the problem is that every time I press a key on the keyboard the icon of 
 Option menu focus, and when I press enter the option menu is clickked. I 
 don't want this, why the option menu is focused every time I press a key?

 Thanks




-- 
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] Re: How do I flip images?

2013-08-12 Thread Shadab Khatib
Hello,
For starters you can have a look at the Screen Slides methodology using 
ViewPager for Screen Slides.
You can find the documentation for it in the link below
http://developer.android.com/training/animation/screen-slide.html
Hope it solves some part of your query.
Thank You

On Thursday, 8 August 2013 01:29:47 UTC+5:30, SonyPhoneGuy wrote:

 I am trying to do some flip animation.

 I have been able to successfully use the ObjectAnimator to do a few flips, 
 but I am trying to re-create a more believable page flip - rather like a 
 book flip - similar to what is used in Play Books.

 Is there any easy way to do this? any documentations around?

 Thank you


-- 
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] Sudoku like grid screen with many ontouch listeners

2013-07-01 Thread Shadab Khatib
I am trying to prepare a screen interface which has a grid like sudoku or 
any word placing game, with many  ontouch listeners. But when I use the 
grid layout there are just many number of rows and columns and I am not 
able to understand how to access specific set of ontouch listener points.
Can any one assists me by telling me how to set atleast one point on the 
grid layout to use?

-- 
-- 
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] Single application with tablet and handheld mobile device capability

2013-07-01 Thread Shadab Khatib
I would like to know that is there any way that I can make a single 
application and set it to detect whether it was installed on tablet or a 
mobile device(small screen) by itself. 
Or do I have to make two separate applications for various screen sizes and 
android builds?

I also want to know how to compile the application for android build other 
than Android 4.2.2 which comes directly as a part of the software bundle in 
the Android Studio?

I tried to import the libraries in the project settings by pressing F4 on 
the project folder. It was successfully imported and it is showing it as a 
part of the extended libraries but while compiling the project it does not 
compile forAndroid 2.3.3. build. I came to know this because when I 
connect my phone and compile it considering that as a target device it says 
Compatible No.But says Compatible Yes for tablet which runs the Android 
4.1.2 build.

I even changed the Android minsdk=(10) for the Android 2.3.3 and 
maxsdk=(14||15||16) for Android 4.1.2 builds  support in the Android 
Manifest but still no effect.

Can anyone please help. If nothing can be done I will revert back to the 
eclipse environment.

-- 
-- 
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.




Re: [android-developers] Use actionbar settings dropdown options to start new activity

2013-07-01 Thread Shadab Khatib


On Thursday, 27 June 2013 22:41:05 UTC+5:30, MagouyaWare wrote:

 We could help you better if you shared the relevant code...

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Sat, Jun 22, 2013 at 2:29 PM, Shadab Khatib 
 shadab...@gmail.comjavascript:
  wrote:

 How can I use the actionbar's settings dropdown menu's items to open a 
 new acitivity?
 Is it the same way as we write to open new activity for menu or is it 
 using ActionBar class.
 The app is working fine but the new activity is not starting. I have 
 entered the activity in the manifest only with it's name attribute.
 What is the solution to this?


I have a menuitem which I want link to a overlay activity which takes data 
through many edittext and other (layout , widget, containers) parameters. 
Can this be done?
If yes I would post my code.






 

  




-- 
-- 
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] Use actionbar settings dropdown options to start new activity

2013-06-22 Thread Shadab Khatib
How can I use the actionbar's settings dropdown menu's items to open a new 
acitivity?
Is it the same way as we write to open new activity for menu or is it using 
ActionBar class.
The app is working fine but the new activity is not starting. I have 
entered the activity in the manifest only with it's name attribute.
What is the solution to this?

-- 
-- 
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] Publishing Paid Android Apps from India

2012-10-17 Thread Shadab Khatib
Hello,
I am developing an android app, and wanted to know that is it possible to 
register a Google Checkout Account and Publish Paid Apps from India? I 
happen to hear that from India I am only allowed to publish free apps.
So lately there was also a news that India had been included in the Google 
merchant list but there has been no change in the merchant countries list, 
so could I get any firm confirmation on this. 
 
I am unable to reach the Google Android Developer Support via email as I am 
presently an unregistered developer, and the form asks the developer 
name. So could anyone please provide me the way to reach google help desk 
via an email, so that I could get a clear explaination on my query?

-- 
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