[android-developers] SD Card File I/O

2010-03-12 Thread Pradeep
quot;, Toast.LENGTH_SHORT).show(); e.printStackTrace(); } === Regards...Pradeep. -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] how to identify the views part of the current screen

2010-02-03 Thread pradeep
Hi All, Can anyone give an idea how to identify the views part of the active screen[i.e current running activity on the phone]. E.g after launching uiEditContactActivity,how can I identify the views [ several fields, buttons etc] part of that screen. I am trying to modify monkey, such that for c

[android-developers] Can we write android Junit testcases even we dont have source files?

2010-02-16 Thread pradeep
Hi Can any one please help with answers for the below questions. 1. Can we write android Junit Testcases for an application, without building the application In detail: I would like to test Calculator application and I dont have the Calculator Application source code. How Can I write Junit testca

[android-developers] About Monkey Scripting option

2010-01-04 Thread pradeep
Hi I would like to tell every body that it is possible to simulate a sequence of events on emulator using monkey scripting option "-f" . It is successful on android 2.0 sdk Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Android Monkey Testing.

2010-01-11 Thread pradeep
Hi Satish It might have stopped due to a crash in Calculator application after 150900 events. To see the crash details you need to set the verbose level to -v -v or -v -v -v. Revert if you still have any doubts. Regards, Ganesh -- You received this message because you are subscribed to the Goo

[android-developers] how to verify whether an application is lauched or not

2010-01-19 Thread pradeep
. Please suggest if you have any idea. Regards, Pradeep -- 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-

[android-developers] layoutopt

2011-05-29 Thread Pradeep
erformance ? Regards, Pradeep -- 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...@googl

[android-developers] Re: layoutopt

2011-06-01 Thread Pradeep
he remaining available empty space (weight=1.0.) What > you really want is 0dip/weight=1. > > > > > > > > > > On Sun, May 29, 2011 at 11:45 PM,Pradeep wrote: > > Hi, > > > I have a linearlayout and one of its element was as follows > > > >

[android-developers] Webservice in android

2012-01-20 Thread Pradeep
I want to create a webservice in android. To export data from the device on demand. I need to call it from .net. Do any have any idea about how to create a webservice in android. Where to deploy it? If possible, send me the link or sample program to create it. -- You received this message because

[android-developers] how to resolve this promblem

2012-01-20 Thread Pradeep
Multiple markers at this line - The method onClick(View) of type new View.OnClickListener(){} must override a superclass method - implements android.view.View.OnClickListener.onClick -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Email problem

2012-02-07 Thread Pradeep
Hello everyone, I have observed on issue in email in ICS version If you have logged into any email acccount with one specific language say for example Hindi, and again then you change the language to English, the whole app changes to English but not the MessageListItem activity, which still remai

[android-developers] accessing android mobiles remotely

2012-02-08 Thread Pradeep
hi... Do any one have any about how to access the android mobiles remotely over wifi, as we do in the computers. if possible kindly send me the website links... thanks in advance. bye. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] how to develop a web application in android?

2012-02-08 Thread Pradeep
I need to develop a web application and deploy it using atjeews server. i probably need to create a .war file to deploy it. Do any one have done that before? If possible kindly send me some code sample or website links for to create a simple web application in android. -- You received this messag

[android-developers] error in import android.support.v4.app.FragmentActivity;

2012-02-08 Thread Pradeep
hi.. i tried to run the sample code given by the developer.android.com website but i got errors in android.support package is not available in my system.. kindly help to resolve this problem... thanks in advance... bye.. -- You received this message because you are subscribed to the Google Groups

[android-developers] Systrace

2012-07-10 Thread pradeep
In the google IO session on Project Butter, a new tool systrace was introduced for JellyBean. Does google have any plans of making this tool available on ICS ? Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Need info of Email app in Android source code

2011-11-24 Thread Pradeep
Does anyone have documented the description of the email and its folder structure in android source code.Please share if anyone documented. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Not able to access custom content provider.

2011-09-30 Thread Pradeep
bc.com.provider/books" it works. Anyone who know regarding this please update. I Have even tried adding the permissions and adding the app in the project settings, which still not working. Thanks in Advance. Pradeep. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Not able to access custom content provider.

2011-09-30 Thread Pradeep
introduced as a concept for content provider, as done for other providers like contacts etc. Accessing the URiI like "Content:// abc.com.provider/books" looks a wage usage i think. What do u say. On Sep 30, 10:26 pm, Mark Murphy wrote: > On Thu, Sep 29, 2011 at 10:35 PM, Pradeep wr

[android-developers] Re: Not able to access custom content provider.

2011-10-02 Thread Pradeep
wrote: > On Sat, Oct 1, 2011 at 12:08 AM, Pradeep wrote: > > How would other application know about the URI of this content > > provider. > > Through the advanced techniques of "typing" and "documentation". > > > So, I thought this Content_URI was in

[android-developers] How to properly overlay UI Widgets over SurfaceView?

2012-06-11 Thread Pradeep
I have one full screen surface view which renders the video in full screen and one 4:3 local camera preview which is overlaid on the full screen surface view and which renders the local camera feed also one options layout to display the options. Surface view which renders the local cam feed has a

[android-developers] How to properly overlay UI Widgets over SurfaceView?

2012-06-11 Thread Pradeep
view and options layout but it does not work. What might be the cause and the possible solution to these problems. What is the proper way of doing this. Thanks, Pradeep. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] GLSurface creation taking time

2011-08-09 Thread Pradeep
Hi, I have an openGL based game running on 2.2. Sometimes the launch of the game takes time. >From the logs it appears surface creation is taking time. This is an inconsistent issue. Any ideas why this might be happening ? Regards, Pradeep -- You received this message because you

[android-developers] SoftKeyboard

2011-08-09 Thread Pradeep
. What can I do to have this feature ? Regards, Pradeep -- 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-

[android-developers] How to check for free RAM memory available

2011-08-20 Thread Pradeep
Hi All, What is the best way to check for free RAM memory available for apps ? "adb shell top" gives a much lesser value as it does not exclude the memory being used for caching. What is the free memory value that "Advanced Task Manager" gives ? Regards, Pradeep -- You r

[android-developers] DDMS - Sysinfo

2011-08-20 Thread Pradeep
Hi All, On my device DDMS-Sysinfo-Memory Usage shows a pie chart with very large section named "Inactive" Any idea what this refers to ? How is it different from free memory ? Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "And

[android-developers] file system change notification

2009-01-05 Thread pradeep
how to get notifications if i make any change in file system like i add a file or delete a file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] Re: file system change notification

2009-01-06 Thread pradeep
an 6, 12:56 pm, "Dianne Hackborn" wrote: > Use android.os.FileObserver. > > On Mon, Jan 5, 2009 at 5:19 AM, pradeep wrote: > > > how to get notifications if i make any change in file system like i > > add a file or delete a file. > > -- > Dianne Hackborn >

[android-developers] Re: file system change notification

2009-01-07 Thread pradeep
ve the path to the sd card instead of hard-coding > it. > > > > > > On Tue, Jan 6, 2009 at 11:16 PM, pradeep wrote: > > > hi all, > > > the below program which i got form net. i am able to create the file > > a.txt but the onEvent fuction is not being calle

[android-developers] how to retrieve path of the sdcard

2009-01-07 Thread pradeep
hi can any one let me know how to to retrieve path of the sdcard? --~--~-~--~~~---~--~~ 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

[android-developers] fileobserver

2009-02-04 Thread pradeep
i need to observe a sdcard i.e all the folders inside. i am creating fileobservers for each folder in saparate threads, but i don't think it is efficient. is there any other method for do so? --~--~-~--~~~---~--~~ You received this message because you are subscribe

[android-developers] get notification using fileobserver

2009-02-04 Thread pradeep
. plz hepl me out. pradeep --~--~-~--~~~---~--~~ 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,

[android-developers] fileobserver

2009-02-04 Thread pradeep
hi, i need to subscribe file system notification from all the folders. so I'm creating an instance of fileobserver for each folder in separate thread, but i don't think it is efficient way of doing. Is there any other method to get the notifications. --~--~-~--~~~-

[android-developers] Regarding CTS test apk Signing procedure

2010-05-06 Thread pradeep
sign android applications present in the phone]. If yes , then is it required to specify that private key in Android manifest file Thanks, Pradeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Is there any way to send key strokes to other applications launched from a test application

2010-05-17 Thread pradeep
Hi , Can anyone please look at the error that I got while trying to install a test application and provide inputs. My aim was to launch Contacts application from a test application and send keypresses to it . I have tried the following approach: -> Create a dummy application with the same name s

[android-developers] how to check whether insterted SD Card is full or not

2010-08-06 Thread pradeep
Hi All, Could you please let me know if there is any API to check whether inserted SD Card is full . If it has free space, then how to know how much free space is left. Thanks in advance Pradeep -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Query about Monkey Options, in updated monkey source code

2010-10-24 Thread pradeep
Hi All, I have checked the updated monkey source code, I found out few new options, can any body please let me know how to use these options. what is the setup option for what is its purpose. what is the difference between pkg blacklist and whitelist [--pkg-blacklist-file PACKAGE_BLACKLIST_FI

[android-developers] Query about Monkey scripting Option, in updated monkey source code

2010-10-24 Thread pradeep
ell me how exactly we need to use this. What are the parameters we need to pass to LaunchInstrumentation(), inorder to start the test application or is it for some other purpose? Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] java.lang.ExceptionInInitializererror

2010-06-14 Thread pradeep
Hi, Can any one please help to resolve the above error. Also can any one please clarify whether we can unit test j2me methods I am trying to call J2ME APIs in one of the test methods of Instrumentation TestCase. I have modified the dx source code such that it converts j2me jars to dalvik format

[android-developers] LatinIME code missing dictionaries

2011-04-13 Thread Pradeep
Hi, Why are the dictionaries for different languages not part of LatinIME source code ? The apk supports prediction for some languages but dictionaries for these languages are not part of LatinIME source code. Where can I get them ? Regards, Pradeep -- You received this message because you are

[android-developers] Keyboard in Gmail rich text

2011-04-15 Thread Pradeep
Hi, If in Froyo we set browser user agent to desktop and then try to compose a message in gmail.com. Keyboard does not get launched until we move to plain text. Has anyone faced this problem ? What might be the reason ? Regards, Pradeep -- You received this message because you are subscribed

[android-developers] SoftKeyboard with transparent background

2011-04-16 Thread Pradeep
? Regards, Pradeep -- 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.co

[android-developers] Re: Whats the key difference between Monkey Runner and Monkey tool?

2011-03-18 Thread pradeep
Hi Monkey Runner tool is built on monkey tool. Monkey internally consists of a server, which can be started using its command --port, which is not being used very often. Monkey Runner tool which runs at host[PC], [which is basically a jython script], starts the monkey server at some port and sen

[android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-30 Thread Pradeep
installed using this step. I have gone through various related forum discussions and tried but it didnt work. Can someone pleasee help me in this regard. Very much awaiting for your help. Thanks and Regards, Pradeep -- You received this message because you are subscribed to the Google Group

[android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-31 Thread Pradeep
installed using this step. I have gone through various related forum discussions and tried but it didnt work. Can someone pleasee help me in this regard. Very much awaiting for your help. Thanks and Regards, Pradeep -- You received this message because you are subscribed to the Google Group

[android-developers] Not able to install android packages

2011-04-06 Thread Pradeep
Hello, I am not able to install the android packages from the Android SDK and AVD Manager. When I select a package and click on 'Update All' as said in the installation steps, "It is failing to fetch from the sources, saying "Failed to fetch URL http://dl-ssl.google.com/android/repository/reposit

[android-developers] how to use undx tool

2010-03-06 Thread pradeep vr
Hi frns plss tel me the complete procedure about how to use undx tool (undx.jar) to disassemble classes.dex file to get .class files -- 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@goo

[android-developers] Re: A Gesture Recognition Library

2009-04-12 Thread Nishantha Pradeep
Good work and I am impressed. I will find someway to try this out cheers Nishantha On Sat, Apr 11, 2009 at 5:18 PM, mscwd01 wrote: > > That's really impressive and i'd guess a whole lot more intuitive to > use than the virtual keyboard for quick text entry. > > I'll definately have a play arou

[android-developers] Re: Will a notification still work if the device once shut down.

2009-08-07 Thread Pradeep Kaushik
(AlarmManager.RTC_WAKEUP, SOME_TIME_IN_FUTURE, operation); The flag AlarmManager.RTC_WAKEUP will cause the device to wake up. You can also try the AlarmManager.ELAPSED_REALTIME_WAKEUP flag. Best Regards, Pradeep Kaushik On Fri, Aug 7, 2009 at 10:50 AM, guishenl...@gmail.com < guishenl...@gmail.

[android-developers] Soap Request XML String

2011-06-10 Thread Pradeep M
=anyType{Error=anyType{ErrorCode=anyType{}; ErrorDescription=String reference not set to an instance of a String. Parameter name: s; }; }; }; } Please help me how can solved the problem -- ** ** * * * * * Thanks & Regards, Pradeep . M Software Engineer - Droisys, Chennai +91 9

[android-developers] How to provide Uninstall Option to pre-loaded apps, like the one present in Application manager.

2012-04-07 Thread pradeep g.k
Hi All, Can anyone tell me how to provide Install and UnInstall option to an application which will already be installed. -- Thanks, $Pradeep$ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers]

2012-02-08 Thread pradeep g.k
remains same in Hindi. Does anyone know why is this ? And any solution for this, since in previous versions like gingerbread and all it was working fine...:) -- Thanks, $Pradeep$ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Facing problem in email app for langauge.

2012-02-08 Thread pradeep g.k
remains same in Hindi. Does anyone know why is this ? And any solution for this, since in previous versions like gingerbread and all it was working fine...:) -- Thanks, $Pradeep$ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] Re: Gingerbread BroadcastReceiver Issue

2012-07-10 Thread Pradeep Kumar
I am using service and onStartCommand returning START_STICKY. I have also register some broadcast receiver in onStartCommand. It is working fine in all mobiles. On Samsung mobile it stop working around after 30 minut

[android-developers] Need Help :: Typical Requirement on MonkeyRunner

2011-11-10 Thread PRADEEP KUMAR
Hi We are having typical requirement using monkeyrunner. As of now we are using python to access monkeyrunner to automate our testing. Now the Client is expecting us to do some WEB GUI created by javascript,HTML5 and CSS3 should access monkeyrunner based on the button clicks on the WEB GUI. Is the

[android-developers] Native Thread Crashes(Segmentation fault) on Activity change

2011-12-09 Thread Pradeep Appala
Hi I am new to Android wanted to port my linux application to android My Android App has 3 activities 1)In the first activity i load my native library (which creates multiples threads in native code.) Native code(threads) work fine till i change to another activity. If app switches to second act

[android-developers] Honeycomb webview is going partially blank upon tapping on password field of the html page

2011-08-29 Thread Pradeep Phatak
Issue: In my Android application that uses webview for authentication, the webview is going partially blank upon tapping on password field of the html page. If I just type user name and password on the html page, then the issue is not seen. Tested on: Samsung Galaxy tablet (GT-P7510) and Motorola

[android-developers] Re: New Position - Oracle Apex Consultant/ Billerica, MA

2016-11-18 Thread golkonda pradeep
i have apex profile plz call me at 5714464823 On Friday, October 28, 2016 at 2:55:56 AM UTC+5:30, Rizwan Dawood wrote: > > *Oracle Apex Consultant* > > *Billerica, MA* > > *6+ Months* > > > * Client: **Hexaware * > > > > *Job Details:* > > > > · Oracle Apex > > · CSS > > ·

[android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-21 Thread Pradeep Phatak
Client device- Nexus 5 Android 4.4.2 Kitkat Context- I have stored a password protected .p12 client certificate/key programatically in the Android keystore. During provisioning, Wifi was selected in the dialog (instead of VPN and apps). I want to use it for Wifi EAP-TLS configuration using the

Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-24 Thread Pradeep Phatak
o get the certificate and key from the p12 file. On Sunday, February 23, 2014 5:24:14 AM UTC-8, Nikolay Elenkov wrote: > On Sat, Feb 22, 2014 at 9:02 AM, Pradeep Phatak > > wrote: > > > Context- > > I have stored a password protected .p12 client certificate/key >

Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-25 Thread Pradeep Phatak
ethod. But, it doesn't take any alias as parameter. How do I pass the alias while loading the certificate in the keystore? On Monday, February 24, 2014 7:53:29 PM UTC-8, Nikolay Elenkov wrote: > > On Tue, Feb 25, 2014 at 12:30 PM, Pradeep Phatak > > wrote: > > Thank you Ni

Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-25 Thread Pradeep Phatak
allation E/WifiConfigStore(764): Failed to set a network variable, removed network: 12 On Tuesday, February 25, 2014 8:31:17 AM UTC-8, Nikolay Elenkov wrote: > On Wed, Feb 26, 2014 at 1:18 AM, Pradeep Phatak > > wrote: > > > > The alias is provided when we use the Keychain createIns

Re: [android-developers] WifiEnterpriseConfig setClientKeyEntry doesn't work with .p12 client cert/key in the keystore

2014-02-26 Thread Pradeep Phatak
Finally, programatically setting EAP-TLS is working for me. The last error was resolved after I added set phase2auth to none. I believe it was caused by call to getKeyIdForCredentials in WifiConfigStore.java. On Tuesday, February 25, 2014 8:18:46 PM UTC-8, Pradeep Phatak wrote

[android-developers] Android app with MySQL

2016-04-25 Thread Pradeep Kr
Hi currently I am working on android project with MySQL database. My database has two table as table1, table2,both tables has same colomn name. When I upload data to table1 it saved, but again when I inserted data into table2 I can't saved and shows me error.. Plz post your ideas soon. -- You

[android-developers] problem to insert data into MySQL table through android app

2016-04-25 Thread Pradeep Kr
Hi currently I am working on android project with MySQL database. My database has two table as table1, table2,both tables has same colomns name. When I upload data to table1 it saved, but again when I inserted data into table2 I can't saved and shows me error.. Plz send your ideas soon on my mai

[android-developers] force close error

2010-09-01 Thread Pradeep M
" The application com.sym.activitu(process com.sym.activity) has stopped unexpectly. Please try again " the above msg occur in running time so please give solution -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] ddms plugin on netbeans

2010-09-01 Thread Pradeep M
please help me ddms plugin on netbeans that working run time -- 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-deve

[android-developers] cannot play video

2011-01-21 Thread Pradeep M
ediaController(this); mc.setAnchorView(mVideoView); mVideoView.setVideoURI(Uri.parse(path)); mVideoView.setMediaController(mc); mVideoView.requestFocus(); mVideoView.start(); } -- ** ** * * ** * * * Thanks & Regards, Pradeep . M Android

[android-developers] Code please : Youtube video player API for my Android

2011-01-21 Thread Pradeep M
*How can I configure Youtube video player API for my Android application to play Youtube video* -- ** ** * * -- 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 uns

[android-developers] unsubscribe from android-developers Groups

2010-06-09 Thread pradeep nr
android-develop...@googlegroups.c android-developers@googlegroups.com om -- 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 t

[android-developers] REQ: Webmethods Developer (F2F interview in Chicago)

2011-04-15 Thread pradeep kumar
exposing flow services as SOAP-Messaging web services in webMethods Developer - webMethods 8 experience a plus * Please respond asap with the suitable resume. * Regards, *Pradeep* Sage IT, Inc. Ph: 972-996-0650 Ext: 324 |Fax: 214-619-2034 pradeep.pagad...@sageitinc.com| www.sageitinc.com -- You

Re: [android-developers] SoftKeyboard with transparent background

2011-04-17 Thread Pradeep Bhatt
Oh, Sorry for that ! By "did not work" I mean for many apps background did not have transparency it was opaque. On Sun, Apr 17, 2011 at 6:42 AM, Dianne Hackborn wrote: > Define "did not work." In what way did it not work? > > On Sat, Apr 16, 2011 at 9:21 AM, Pra

Re: [android-developers] How to change the font style for particular selected text in text view

2011-03-24 Thread pradeep narava
android.widget.Toast; public class TextEditor extends Activity { private static final String TAG = "pradeep"; String text; String txt; private EditText mUserText; private EditText waitingTimeView; private ArrayAdapter mAdapter; private ArrayList mStr

[android-developers] Power BI Admin and Architect - Salt Lake City, Utah - 12 Months contract

2023-02-09 Thread golkonda pradeep
Administration to Implementation/Deployment to Prod and Support in Production thereafter. Around 6 to 8 years minimum experience in PowerBI with certifications would be ideal. Best Regards, Pradeep G| Resource Specialist. Phone: 469-324-4699 E-Mail: prad...@qcentrio.com Linkedin: https

[android-developers] Android OS

2008-06-04 Thread Venkata Pradeep Bommisetty
Hi, Is there any possibility to download the Android OS. If yes, on which existing models in the market can we install that? Thanks and Regards, Pradeep CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for

[android-developers] how to properly handle recycling of views in grid view

2016-08-01 Thread Pradeep Kumar Reddy
I'm trying to create a custom gallery using grid view. gridView recycling of views is creating problem. if i select an image and scroll down, some other images are selected. how to solve this problem. how to properly handle recycling of views and restore the state of existing views when the g

[android-developers] how to increase the size of icon inside floating action button ?

2016-08-12 Thread Pradeep Kumar Reddy
how to increase the size of icon inside floating action button I'm trying to put plus icon inside floating action button. I have tried with 48dp, 72dp, 96dp icons, but still the icon is looking too small. -- You received this message because you are subscribed to the Google Groups "An

[android-developers] googlemap lite mode in mapview not working in marshmallow

2016-08-26 Thread Pradeep Kumar Reddy
=> I'm using following MapView in my layout:- => I have the following code in onCreateView() of fragment:- --- MapsInitializer.initialize(this