[android-developers] Syncing large amount of data via Paging and Room Library in Android

2019-10-07 Thread Jitendra singh
Hi to all Android heroes out there, I have been facing this interesting problem which I am trying to explain here I have a simple requirement of showing a large amount of data in recycler view in a grid view which I am achieving using the Paging library provided by Android Jetpack. I am using

[android-developers] How to unbrick the hard bricked alcatel pixi4 5045 y ,Android 6.0 Marshmallow

2017-01-11 Thread jitendra . kumar
Hi , My mobile specifications Operating system Android 6.0 Marshmallow Processor MediaTek MT6735M Processor clock: 1.00 GHz Number of cores: 4 GPU: ARM Mali-T720 MP2 I downloaded custom stock rom from http://opengapps.org/ with specifications ARM 6.0 stock Release Tool i am using :

[android-developers] Android Development

2017-01-09 Thread Jitendra Sandu
I have Android 25 installed on my pc and operating system is wnidows 7 create a adb Nexus_5X_API_23 and run the application then i got the message adb_server_notify: Failed to establish connection to ADB server and qemu-system-i386.exe: -drive

Re: [android-developers] How to put ads in live wallpapers?

2012-11-19 Thread jitendra shah
what was the notification duration(or how many notification does your app pushes around in a day) you used in your wallpaper? I added 2 notification a day and 1 for every reboot of phone.It worked but still got some bad reviews... -- You received this message because you are subscribed to

[android-developers] Re: Getting error: The icon for your application is not valid. Please use a 48x48 PNG

2012-06-11 Thread Jitendra Nath
Hi , Thanks man. Finally your solution work. On Wednesday, 12 August 2009 13:19:55 UTC+5:30, bw wrote: I'm trying to upload an app to the market, but am getting the following error. The icon for your application is not valid. Please use a 48x48 PNG. I checked my icon and its

[android-developers] Context menu on custom listview....

2012-06-07 Thread jitendra patidar
Hi All... hi i am using list view with custom adapter in which i am taking image view ,text view and two button ,this is the one cell layout...i am display this list view in popup window. i want to show context menu when i click one of item of list but i unable to do this ... i think it is not

[android-developers] How to animate popup Window when it comes in front ,on clinking the elements of list view

2012-05-31 Thread jitendra patidar
Hi All, i am using list view and when i click on particular cell ,just i display a popup window for details information of this cell obj. it is ok to open to popup window but i want this pop up window comes with animation in front of user .i am unable to animate it ... if any

Re: [android-developers] ActivityNotFound issue

2012-05-21 Thread jitendra patidar
Hi, Are you sure you have declared your activity in your manifest file .99% i am sure it will work. like this. activity android:name=.DynamicTableActivity / On Tuesday, May 15, 2012 6:07:18 PM UTC+5:30, Peeyush wrote: As your activity is not present, attach the logs also if it is

[android-developers] Re: java.lang.OutOfMemoryError on 4.0.3 APV and phone not in 2.1 2.3

2012-05-21 Thread jitendra patidar
Hi , i am using following attached three class to download images in my list view but when i display some of images on screen after that i got out of memory error and hang the application.in my app i am download thousands of images on a single screen. is it possible or not??. Thanks On

[android-developers] How to Add multiple list view inside the scroll view

2012-05-21 Thread jitendra patidar
Here is the layout to use for adding multiple list view inside the table row with its index and finally it will in scroll view for scrolling horizontally and vertically but i am unable to scroll it how to solve this...so that i can scroll and call get view method of adapter...Please guide Me

Re: [android-developers] Re: Uploading large files - using setChunkedStreamingMode

2012-05-21 Thread jitendra patidar
Hi All, I have also problem during lazy loading of images.the out put of log is like this. please guide me if .. (28446): cache size=4191750 length=107 05-16 15:33:06.110: I/MemoryCache(28446): cache size=2952450 length=81 05-16 15:33:06.250: I/MemoryCache(28446): cache size=4228200 length=108

[android-developers] Insertion,deletion updation on SQL database in android

2011-08-11 Thread Jitendra Nandiya
Plz help me for my problem. How Insertion,deletion updation on SQL database in android is solved? -- 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] App Locker Code needed.........Please help me its urgent

2011-06-29 Thread Jitendra Nath
I am developing an app where i have to lock some android default Apps ( messaging, email, gtalk etc ) . How to do it i have no idea . Please help me with some relevant code or link . you can mail me code or help link on mail id - jitendra7...@gmail.com Thanks in advance -- You received this

[android-developers] How to use ListAdapter with Cursor

2011-06-09 Thread Jitendra
hi friends how we use ListAdapter with Cursor and why,because i have done application with ListView , ArrayAdapter and Cursor and the application run successfully so please help me what is effieient use of ListAdapter -- You received this message because you are subscribed to the Google Groups

[android-developers] How to reload an activity in a preset time interval (eg. 5 minute) ...?

2011-05-05 Thread Jitendra Nath
this? Please give help with some example code. Regards, Jitendra Nath -- 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

[android-developers] to show changes simultaneously

2011-03-02 Thread jitendra singh
i made TabgroupActivity which shows two tabs when i make changes in one group database change it isnt shown in next tab. when i restart the application then the changes are seen -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to create directory or file into /data/local/ directory?

2010-08-05 Thread jitendra bachhav
Hi, I want to download my apk file into /data/local/ directory. I am able do this in external storage but unable on /data/local also i was trying to create folder on same location but could not do that. Through adb push it is possible but i need to do this java program. Regards, Jitendra

Re: [android-developers] Re: Call blocking application

2010-04-09 Thread jitendra kumar
me know as i am also looking for some good solution. All the best. Thanks, Jitendra Kumar On Fri, Apr 9, 2010 at 7:22 AM, NoImJosh josh.n.willi...@gmail.com wrote: You will not be able to terminate the android phone process. Have you thought of implementing some other way to Block a call

Re: [android-developers] Re: Application as root

2010-04-08 Thread jitendra kumar
access to the system permissions. Regards, Jitendra Kumar On Wed, Mar 31, 2010 at 12:43 PM, Dianne Hackborn hack...@android.comwrote: On Mon, Mar 29, 2010 at 3:46 AM, a2ronus aaron.jan...@gmail.com wrote: Hello Dianne, I have a question related to this. Is it possible to use sharedUserId

Re: [android-developers] Re: How to block incoming call in Android?

2010-04-02 Thread jitendra kumar
* * described in the 3GPP document number TS 27.007 and related** specifications.* We need to find out how / what command pass to modem to disconnect the call. Regards, Jitendra Kumar On Mon, Mar 22, 2010 at 8:44 PM, Bob Kerns r...@acm.org wrote: What does it mean to block an incoming call? My

[android-developers] How to send AT command in android?

2010-04-02 Thread jitendra kumar
response(s)* +CHUP +CHUP=? Please help me. Regards, Jitendra Kumar -- 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

Re: [android-developers] Re: How to block incoming call in Android?

2010-03-22 Thread jitendra kumar
Thanks Bibek for the information. *If we can't block incoming call using android SDK, in that case how GBlocker application works???* *GBlocker Application Link:* http://bubiloop.com/android-communication-gblocker Regards, Jitendra Kumar On Wed, Mar 10, 2010 at 11:54 PM, Kumar Bibek coomar

[android-developers] How to block incoming call in Android?

2010-03-10 Thread jitendra kumar
Hi All, I want to develop one call control application on android. As we know android sdk does not provide any API which block incoming call due to security reasion. Is there any possiablity to block incoming call using android open source api;s? Please help me. Thanks, Jitendra Kumar -- You

[android-developers] Re: Specifying relative positions in Layout?

2009-09-30 Thread jitendra bachhav
positions be specified in terms of percentage of screen width/height instead of pixels? Not with any existing layout class. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- Regards, Jitendra Bachhav

[android-developers] Can we put inner layout in center of the screen.

2009-09-30 Thread jitendra bachhav
Hi All, I want to put inner layout in center of the screen. Please help me here. -- Regards, Jitendra Bachhav. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send