Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-22 Thread Marina Cuello
rrent system. > > By giving option to manufacture to alter the OS they are delaying security > patches. Who suffers in "capital war"? End user. > > Because manufacturer doesn't provide updates on time, everyone knows it. > > > > > > On Friday, 18 August

Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-18 Thread Marina Cuello
I know what happened to other > OS. What are your opinions about it? > > > > > > > > On Friday, 18 August 2017 00:54:20 UTC+5:30, Marina Cuello wrote: >> >> The difference, I believe, is more in the maturity of the hardware. >> >> In the PC/lap

Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-17 Thread Marina Cuello
The difference, I believe, is more in the maturity of the hardware. In the PC/laptop world, there is already a lot of standards on relation on how the hardware interfaces are made. Most devices are mostly the same, or at least "have to" respond to the same interfaces, so their drivers are the

Re: [android-developers] Re: Error:Execution failed for task directoryPicker:processReleaseResources

2017-08-10 Thread Marina Cuello
I usually "solve" this kind of issues by using a fresh install of Android Studio, but that's the only recommendation I could give. Marina On Wed, Aug 9, 2017 at 2:39 AM, Husain Al-Haboubi wrote: > Anyone? > > On Tuesday, August 8, 2017 at 11:35:34 AM UTC-5, Husain

Re: [android-developers] Taxfree selling in Playstore

2017-08-10 Thread Marina Cuello
You could contact Play Store support and ask about it. Check if you're lucky using the chat support, I've heard good things about it when In App purchases are involved: https://support.google.com/googleplay/android-developer/contact/pre_chat_survey?hl=en=billing=billing_cf=6058750=1_topic=3452890

Re: [android-developers] Force 4k display mode on Android with preferedDisplayMode

2017-08-08 Thread Marina Cuello
You could check the supported modes on the device, and then check the pixel size on those to select the one closer to what you want. Marina On Tue, Aug 8, 2017 at 9:49 AM, youssef EL MOUMNI < youssef.elmoumn...@gmail.com> wrote: > Hi everyone, > > > I am trying to force 4k display mode to

Re: [android-developers] Re: Looking for x86 android apps

2017-08-07 Thread Marina Cuello
If it says it's not compatible, it means they don't support it. You could probably find older versions of the apps you want on ApkMirror and similar sites that were compatible. But some will block themselves if you don't have the latest version, and downloading a mirror apk is at your own risk

Re: [android-developers] Samsung Galaxy A7 (2017) problem

2017-08-04 Thread Marina Cuello
If you check the on Play Store from a computer browser logged in with the same user than on that phone, it sometimes show you why the app is not compatible with your devices. It could give you a clue. Marina On Fri, Aug 4, 2017 at 11:53 AM, Hernán Paris wrote: > The app

Re: [android-developers] Upgrade journey from self hosted app to Google play app (same package name).

2017-08-03 Thread Marina Cuello
Did you change the versionCode? I believe it should offer to upgrade if the version currently on the device is lower than the one on the store. Marina On Thu, Aug 3, 2017 at 10:07 AM, Daniel Hansson wrote: > Hi, > We have hosted our Android app on our own until today

Re: [android-developers] Re: proper architecture of Android App, best practices, estabilished solutions ?

2017-08-03 Thread Marina Cuello
There is not an "official best practices" for an Android App. You can check the Architecture Blueprints and see which one looks nicer for you: https://github.com/googlesamples/android-architecture Marina On Thu, Aug 3, 2017 at 10:40 AM, razor wrote: > I didn't mention,

Re: [android-developers] Android Notification Accessibility

2017-08-03 Thread Marina Cuello
There is a "setTicker" on the Notification.Builder that on the docs says it's what it's sent to the accesibility services. I've never used it but perhaps you can check if that's what you need. Marina On Thu, Aug 3, 2017 at 11:09 AM, IT wrote: > Hi, I am currently developing

Re: [android-developers] widgets overlap (are on top of each other)

2017-08-03 Thread Marina Cuello
When a property starts with "tools:" it means it only works on the editor. It's useful when you will modify the position or visibility of a view programatically or you want to use different color backgrounds to play around with images with transparency. But it will not be reflected on your app.

Re: [android-developers] how to set mqtt payload to variable

2017-08-03 Thread Marina Cuello
I looked for MqttMessage on Google and it seems like getPayload() gives you a byte array. So if you know that it could be a String that says "connected", you just need to compare the strings. String message = new String(message.getPayload()); if(message.equals("connected")) { // Do stuff } You

Re: [android-developers] Android 4.4.2 Samsung mobile phone

2017-08-03 Thread Marina Cuello
It would be easier if you ask THEM, but if they somehow can't tell, you could ask for a picture and check on GSM Arena: http://www.gsmarena.com/results.php3?fDisplayInchesMin=5=5.9=GRAND=9=1=1,10=2=2440 Marina On Thu, Aug 3, 2017 at 7:19 AM, Leonardo Micheloni <

Re: [android-developers] LE Advertising on Android

2017-03-01 Thread Marina Cuello
<sayu.sek...@agiliad.com> wrote: > Thanks Marina > I had gone through the posted link and wanted to know if I can know the > part of Android source which sets the advertising interval. > > -Sayu > > On Wednesday, March 1, 2017 at 6:30:55 PM UTC+5:30, Marina Cuello wrote: >

Re: [android-developers] LE Advertising on Android

2017-03-01 Thread Marina Cuello
I believe you don't have specific options, just some presets. Check this out: https://developer.android.com/reference/android/bluetooth/le/AdvertiseSettings.html Marina On Mon, Feb 27, 2017 at 5:41 AM, Sayu Sekhar wrote: > I am trying to create an LE Peripheral App on

Re: [android-developers] Activity closing prematurely

2017-03-01 Thread Marina Cuello
Your code is quite difficult to read on a text editor, because of the crazy naming convention. It's much more time than what I can devote today. But if this SelectPlayer activity is the one opening in a wrong time, your problem is probably in the other activity, the one that has the

Re: [android-developers] Need my published app source link.

2017-02-24 Thread Marina Cuello
I don't think I understand your question. Could you clarify? Marina On Fri, Feb 24, 2017 at 7:53 AM, vishal kansagra < kansagravishal...@gmail.com> wrote: > Hello Team, > > I have deployed one application namely wibrate on google play store. > It is based on chat and free wifi service

Re: [android-developers] getScan() problem

2017-02-22 Thread Marina Cuello
The answer to your questions will be "an empty list" too if you don't try to make them more clear. No idea what you're talking about :) https://www.biostars.org/p/75548/ Marina On Wed, Feb 22, 2017 at 2:53 PM, Siddharth Shankar Swain < h2015...@pilani.bits-pilani.ac.in> wrote: > getScan()

Re: [android-developers] Emulator process killed while launching

2017-02-22 Thread Marina Cuello
Usually there is more info on the logs a bit upstream than the actual error. Do you get any extra info there? Marina On Wed, Feb 22, 2017 at 6:16 AM, pheromix wrote: > hi all, > > I am using Android Studio 2.2.3 > > I created a very simple project with the basic activity. > >

Re: [android-developers] Restaurant Application - "Print out - Need to display the latest ordered items not Previous"

2017-02-20 Thread Marina Cuello
You're not been clear on your issue, or you're just overthinking a really simple issue. You're obviously storing the order data somewhere... just add an extra "last print" field for the orders, and a timestamp on each items. When a print is needed, just filter out the items that are previous to

Re: [android-developers] Saving data in wearable android

2017-02-15 Thread Marina Cuello
wrote: > Hi Marina, > Thanks for your advise but my app on smartwatch will run alone. I meant no > connection to the phone. > That's why I need to save it on the local, smartwatch. > Any ideas??? > Anh > > On Monday, February 13, 2017 at 2:49:32 PM UTC-6, Marina Cuello wrote:

Re: [android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-14 Thread Marina Cuello
You need to talk with the OEM or the carriers and make a deal with them. That's why usually only big brands are on the factory installs :) Marina On Mon, Feb 13, 2017 at 9:33 PM, 'Jean-Baptiste Queru' via Android Developers wrote: > You can't, because this

Re: [android-developers] Saving data in wearable android

2017-02-13 Thread Marina Cuello
I think you need to use the data sync API and save the shared preferences on the normal app side. https://developer.android.com/training/wearables/data-layer/data-items.html Marina On Mon, Feb 13, 2017 at 12:34 PM, Anh wrote: > Hello, > I am encountering an issue that

Re: [android-developers] General Newbie Question on app development

2017-01-31 Thread Marina Cuello
If you're asking about how to simulate on your computer an Android device with your required sensors, you can check what sensors are available on this documentation page: https://developer.android.com/studio/run/emulator.html Marina On Tue, Jan 31, 2017 at 3:24 PM, wrote:

Re: [android-developers] Duration - No longer visible

2017-01-25 Thread Marina Cuello
As many things on Android, there is no exact timing. It depends on the load of the system, the processor(s) on the device, how big the next activity is (if the "stopping" one is being replaced with another), if there is some garbage collection going on, and so on... Marina On Wed, Jan 25,

Re: [android-developers] Fragment with setRetainInstance(true) and destroying Activity when it stopped

2017-01-23 Thread Marina Cuello
I think this StackOverflow answer looks good for your question: http://stackoverflow.com/a/12641575/671431 Marina On Sun, Jan 22, 2017 at 4:22 PM, Maks Tuev wrote: > In Android documentation >

Re: [android-developers] Android Studio: Gradle sync failed. Help!

2017-01-23 Thread Marina Cuello
Did you try double clicking? I think that's the way with the Find action dialog. Marina On Sat, Jan 21, 2017 at 10:50 PM, Chris Fesko wrote: > Im having trouble getting Android Studio working, Im running a fresh > installtion and im getting this error. > > 8:30:21 PM Gradle

Re: [android-developers] Using Inputs

2017-01-23 Thread Marina Cuello
There are plenty of tutorials on the net. I don't usually go the "Let me Google that for you" route, but with this question I can't help it: http://bfy.tw/9dhF Marina On Sat, Jan 21, 2017 at 10:42 PM, Blueseer32 wrote: > Hello, does anyone know how to accept user input?

Re: [android-developers] Issue in GoogleApiClient implementation

2017-01-23 Thread Marina Cuello
I don't know this API, but I guess you just could use the easy route and put a boolean flag. Manage it on your onSaveInstanceState() and onRestoreInstanceState() to keep its state on orientation change. Marina On Sat, Jan 21, 2017 at 11:50 AM, Aman Pathak wrote: > Hi >

Re: [android-developers] Stream of data between application

2017-01-20 Thread Marina Cuello
I'm taking it as you will create not only your app but also some kind of library that third party apps could implement on their side to get and use your data. Other than those options you mentioned, I guess you could use a UDP server on your app and a client on the library side. Marina On Fri,

Re: [android-developers] Android Pay Problem

2017-01-20 Thread Marina Cuello
I don't know this service, but... Given the error in the screen, did you set up a card on the Android Pay app on the device in which you are testing? Marina On Fri, Jan 20, 2017 at 11:26 AM, wrote: > Hello, > > > I am trying integration of Android Pay, but

Re: [android-developers] App not show in "New and Updates" category

2017-01-20 Thread Marina Cuello
I believe it's a curated section, just like the other ones on the main screen. It's usually filled with big brands, awarded names and viral trends. So it's probably not an automatic list, and you'll not see yours there just because you uploaded. Marina On Fri, Jan 20, 2017 at 6:52 AM,

Re: [android-developers] Android shows an error No Activity found to handle Intent

2017-01-19 Thread Marina Cuello
I believe ACTION_CALL_BUTTON is used on intent-filters to detect if the call button on the standard dial has been pressed. I.E. an app for a company that wants to detect if the user is calling the company or a shady app that gets some analytics from the user. It's not that usual.So perhaps there

Re: [android-developers] Android Facial Recognition

2017-01-19 Thread Marina Cuello
You could check https://search-codelabs.appspot.com/codelabs/face-detection https://developers.google.com/vision/ Marina On Thu, Jan 19, 2017 at 1:23 AM, Saurabh Bhairava wrote: > I am new to Android. My understanding is that there is an existing API > that can be used

Re: [android-developers] Questions about In App Purchase (In App Billing)

2017-01-18 Thread Marina Cuello
I don't know about the first issue, I'm not familiar with that framework. About the second issue, as far as I can recall you get different response codes with different situations (as when internet connection is faulty and doesn't even allow Play to show the user the purchase data), but some

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-16 Thread Marina Cuello
vice from my Device Manager > > On Sunday, 15 January 2017 18:40:37 UTC, Marina Cuello wrote: >> >> There is an "Erase" button on the device "card" on the map on the Device >> Manager. >> >> Marina >> >> -- > You received this m

Re: [android-developers] How to use jni.h for Android?

2017-01-16 Thread Marina Cuello
Hi! There is another group where you could get a better answer. Check it: https://groups.google.com/group/android-ndk Marina On Sun, Jan 15, 2017 at 7:17 PM, Zakir Maho wrote: > Hi; I want to call Java codes included Android SDK classes from C++. I > can call pure Java

Re: [android-developers] Can't prevent restore activity stack when launch app from overview screen after process killed

2017-01-16 Thread Marina Cuello
The dirty and easy way out is to check if there is a Bundle coming on the onCreate of all the other activities, and then kill the activity and start the one you want. Marina On Sun, Jan 15, 2017 at 6:48 PM, Maks Tuev wrote: > Reading the Android documentation and some of

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-15 Thread Marina Cuello
There is an "Erase" button on the device "card" on the map on the Device Manager. Marina On Sun, Jan 15, 2017 at 1:16 PM, Mark Ellis wrote: > How do you remove an Android device from Android Device Manager? > > I added an Android device to my Google Android Device

Re: [android-developers] Can't run application

2017-01-14 Thread Marina Cuello
I run a quick Google search and found this issue: https://code.google.com/p/android/issues/detail?id=201266. Did you try the solutions marked there already? Marina On Sat, Jan 14, 2017 at 6:08 PM, Abrar Hossain wrote: > Hi there, > > I am new to Android development

Re: [android-developers] Target device does not support the run as command

2017-01-14 Thread Marina Cuello
What you are pasting here is not "code", so it's not really helpful. But I guess what you're saying is that to check the crash you need to see the logcat, and then you see the "blah blah blah run-as" error message. That error message can appear when there is something wrong with your general

Re: [android-developers] generate signed apk error

2017-01-14 Thread Marina Cuello
You would probably find more help on Cordova specific list or forum, I think we're here mostly Android SDK developers and perhaps won't be able to help you. Marina On Sat, Jan 14, 2017 at 12:54 PM, Suthesan Rasamanikam wrote: > can anyone help me? why i get this error? > >

Re: [android-developers] Unable to pay registration fee for developer console account

2017-01-09 Thread Marina Cuello
Probably that's the problem then. The help notes surely say "*Note*: The types of cards accepted may vary by location." Perhaps this Stack Overflow answer can be of help: http://stackoverflow.com/a/14745218/671431 Marina On Mon, Jan 9, 2017 at 3:48 PM, wrote: > Thanks

Re: [android-developers] Get YouTube App error

2017-01-09 Thread Marina Cuello
What do you mean with "install the API"? Do you have the YouTube App, downloaded from the Play Store on the device you're using to test your app? YouTube API is just an "interface", it needs the device to have the real YouTube app installed to work. Marina On Sat, Jan 7, 2017 at 11:23 PM,

Re: [android-developers] Unable to pay registration fee for developer console account

2017-01-09 Thread Marina Cuello
I think that for some countries, DEBIT cards are not valid. Only "international" or "regional" CREDIT cards. Where are you from? Marina On Sun, Jan 8, 2017 at 9:46 AM, wrote: > I tried many debit cards but after submitting data it display wrong card > info .Please let

Re: [android-developers] About Application publish and unpublish

2017-01-09 Thread Marina Cuello
Haven't tried in a while, but it always said "may take a few hours to complete". So perhaps you just need to wait? Marina On Mon, Jan 9, 2017 at 8:02 AM, Amit Sharma wrote: > Hi, > > I had unpublish my app eDiary(Gazipur) on my console account but on play > store

Re: [android-developers] Can not resolve symbol 'JsonObjectRequest'

2017-01-09 Thread Marina Cuello
Did you import it in your class? import com.android.volley.toolbox.JsonObjectRequest; The easier way is to use the menu option "Code/Optimize Imports" or the shorcut available on your operative system. You will also need to add the dependency to your build.gradle file: compile

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-06 Thread Marina Cuello
Eclipse project as the download included an '.idea' folder. What ever the > case was though it didn't have a gradle file and importing has indeed > worked. > > Cheers, > (: > > On Friday, 6 January 2017 04:05:26 UTC+10:30, Marina Cuello wrote: >> >> Hi! >>

Re: [android-developers] Memory footprint of image vs sketch

2017-01-05 Thread Marina Cuello
What are you calling a sketch? Can you include an example? Marina On Thu, Dec 29, 2016 at 7:52 AM, Rupesh Basnet wrote: > Hello all > > I would like to use sketch as icon in my application. Images are supposed > to have bigger memory footprint than that of sketch.

Re: [android-developers] Custom Listener is Null in BroadcastReceiver

2017-01-05 Thread Marina Cuello
Hi! Are you declaring your receiver on the manifest or somewhere else on the code? I'm copying this from an example I Googled, so it might not be exactly what you need, but here are two ways to declare the receiver: On android_manifest.xml On your code // Register a

Re: [android-developers] Re: Recycler view with important marking star view problem

2017-01-05 Thread Marina Cuello
I don't really understand the structure of the views you're using. But, anyway, the idea behind a "RecyclerView" is that it recycles and reuses the views that are part of the list. It uses a "limited" pool of inflated views, and "binds" them to the data that's needed on the screen. So, if you

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-05 Thread Marina Cuello
What you link is not supposed to explain much, almost everything on the Reference portion of the site is just a little more than a Javadoc instance and that's what it's made for. In the official site you can find https://developer.android.com/training/animation/screen-slide.html which is not a big

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-05 Thread Marina Cuello
Hi! The zip contains an outdated Eclipse-style project. You could try use the Import Project option on Android Studio and see if you can make it work. Marina On Wed, Jan 4, 2017 at 12:44 AM, Slartibartfast < his.royal.slartn...@gmail.com> wrote: > > Simple question here. > > I am wanting to

Re: [android-developers] Save RecyclerView Item with Activity reference in SharedPreferences

2016-12-21 Thread Marina Cuello
I get it that you have a reference to the activities in each ViewRecipe and you're expecting the Gson instance to include it on your file. If that's the case, you need you find another way: When you take an object and turn it to json using Gson, you only get the items that are Serializable. An

Re: [android-developers] Help! Android Studio version 2.2.3 | Error 216

2016-12-19 Thread Marina Cuello
You can use the proper "launcher": {your Android Studio folder}}\bin\studio.exe is the 32-bit launcher, and {your Android Studio folder}\bin\studio64.exe is the 64-bit launcher. Marina On Mon, Dec 19, 2016 at 12:50 PM, Ashish Ramdin wrote: > Dear Android developers, >

Re: [android-developers] Adding Android platform to company website

2016-12-13 Thread Marina Cuello
Perhaps you could use the tool they use in Android Arsenal? It's called appetize.io https://appetize.io/ It's not free, but perhaps it suits your needs. Marina On Fri, Dec 9, 2016 at 2:30 PM, Benjamin McCay wrote: > Hello everyone, > > I'm currently trying to implement

Re: [android-developers] Re: RecyclerView with wrap_content height, inside ScrollView is not working in marsmallow and above devices.

2016-12-13 Thread Marina Cuello
Thanks for posting the answer to your own question! It can help people on future searchs :) Marina On Mon, Dec 12, 2016 at 3:34 AM, Laxman Singh wrote: > Fixed using android.support.v4.widget.NestedScrollView instead of > Scrollview. > > > On Monday, December 12,

Re: [android-developers] keytore file required

2016-12-13 Thread Marina Cuello
Yeah, you need the .keystore file and key store password, and I think you need to use also the same key alias and key password but I'm not sure. The keystore file should be property of the publisher of the app. But if you, as hiring company, didn't ask for it by contract, it can be difficult to

Re: [android-developers] Can't enable DEBUG & VERBOSE for Huawei Android Logcat

2016-12-13 Thread Marina Cuello
Try with adb shell setprop log.tag.TagYouUseInYourApp DEBUG Marina On Tue, Dec 13, 2016 at 1:52 PM, Ashraf Fouad wrote: > I'm having Huawei Nova Plus > I just > found that Huawei only displays in its

Re: [android-developers] No data shown in my Recyclerview

2016-12-02 Thread Marina Cuello
Hi! Are you calling recyclerView.setLayoutManager(somelayout) somewhere outside the code you pasted? "In contrast to other adapter-backed views such as ListView or GridView

Re: [android-developers] Cannot download play-services-common

2016-11-30 Thread Marina Cuello
I think (https://developers.google.com/android/guides/setup) you just need to add the "compile" clause to your build.gradle file to use the client. compile 'com.google.android.gms:play-services:10.0.1' On Wed, Nov 30, 2016 at 12:15 PM, Louis TREBUCHET wrote: > I am

Re: [android-developers] With beta version build I charged for in app subscription.

2016-11-18 Thread Marina Cuello
The user needs to be registered as beta/alpha user for your Account --not your app-- at the Google Play Developer Console to avoid getting charged. Here is the link to the docs: https://developer.android.com/google/play/billing/billing_admin.html#billing-testing-setup When you try to buy an item

Re: [android-developers] disable autostart app after crash

2016-11-18 Thread Marina Cuello
The usual workaround is to implement an UncaughtExceptionHandler to save some kind of flag when your app crashes, and then check for it when your activities start. If it's there, reset the flag and finish the activity. The good way to do it is to make your activities restore gracefully no matter

Re: [android-developers] I can't get Speaker Phone to work on my App

2016-11-18 Thread Marina Cuello
Could you please add the code you're using to play sound? It's not easy to help you with the info you posted. Marina On Fri, Nov 18, 2016 at 11:45 AM, Timothy Hopfer wrote: > No matter what combination I have tried, I do not seem to be able to get > the speakerphone to

[android-developers] Is there an admin here?

2016-11-14 Thread Marina Cuello
The recruiters ruined this group. It didn't had much action already, but now I can't even see the real questions on the sea of irrelevant job postings. Marina -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

Re: [android-developers] google play services lib

2016-08-29 Thread Marina Cuello
Here is the documentation: https://developers.google.com/android/guides/setup Marina On Sat, Aug 27, 2016 at 4:39 AM, 欧阳俊 wrote: > Why do I use the manage to download the latest SDK, Google play there is > no Google services play services libs project, then I won't be

Re: [android-developers] How to force an update of an App

2016-06-22 Thread Marina Cuello
Tell them to mark your app as auto-update and then never add a new permission on your manifest. https://support.google.com/googleplay/answer/113412?hl=en Marina On Wed, Jun 22, 2016 at 9:47 AM, wrote: > Hi Dev team, > > We have a Mobile Capture app published in Play

Re: [android-developers] i cant run my app

2016-05-11 Thread Marina Cuello
You're stating your project's Min Sdk is Android 23 N preview, but your devices are Marshmallow or use even older APIs. Read the docs: http://developer.android.com/intl/es/tools/publishing/versioning.html#minsdkversion Marina On Wed, May 11, 2016 at 5:43 AM, Victor Mtowa

Re: [android-developers] Looking for .Net Lead

2016-05-11 Thread Marina Cuello
These messages are ruining this list. It was a bit slow, but all these "hot list" and completely unrelated head hunts are killing it. Marina On Wed, May 11, 2016 at 11:19 AM, sarita D wrote: > Hello, > > Hope you are doing great. Please find the below Job Description

Re: [android-developers] size of google play gallery

2016-04-22 Thread Marina Cuello
The info is in in the same screen on the Console where you upload the images: JPEG or 24-bit PNG (no alpha). Min length for any side: 320px. Max length for any side: 3840px. At least *2 screenshots are required* overall. *Max 8 screenshots per type*. Drag to reorder or to move between types.

Re: [android-developers] Can't install my apps from Play Store (Error Code: -505)??

2016-04-13 Thread Marina Cuello
Just a wild guess... Starting from Lollipop you get the multiple user accounts. If you have several users on the device (including Guest user) and run an app from Android Studio, it installs on every user's "sandbox". But... if you delete the app by hand on with some user, it STILL exists on the

Re: [android-developers] Android Studio Android App

2016-01-27 Thread Marina Cuello
I used AIDE with the premiun key frequently a few years ago, and only check it from time to time currently. It's pretty nice, but it's better if you have a big screen, and a Bluetooth keyboard or use it on a nice emulator as Genymotion. It's great to show off with clients if you're freelance or

Re: [android-developers] Can't build project for AndroidStudio

2016-01-25 Thread Marina Cuello
Try checking with the guys at https://groups.google.com/group/android-ndk. Marina On Mon, Jan 25, 2016 at 10:30 AM, wrote: > I tried to build app in Cocos 2d-x on Ubuntu, using latest Android > Studio/SDK. > > BUILD FAILED > /home/user/android-sdk/tools/ant/build.xml:597:

Re: [android-developers] Multi screen form fill up

2016-01-25 Thread Marina Cuello
You could check how Roman Nurik made it in this library: https://github.com/romannurik/Android-WizardPager Marina On Sun, Jan 24, 2016 at 8:55 AM, Vivekanand P V wrote: > Dear All, > > I have a domain class with 20 properties which I want the user to fill. > > I like

Re: [android-developers] Bing translator api issue

2016-01-25 Thread Marina Cuello
I don't really get what you want to do. I'm guessing you want to use only one strings.xml and translate "on-the-fly" all the texts for this and the rest of your activities? The best way would be to just translate the strings to another strings.xml and use the values/your-language bucket to store

Re: [android-developers] font size normalization

2015-08-10 Thread Marina Cuello
You could use this tool to help on calculations: http://angrytools.com/android/pixelcalc/ Marina On Fri, Aug 7, 2015 at 12:11 PM, Justin Anderson magouyaw...@gmail.com wrote: AFAIK there is no direct matching like that. They are two different operating systems and render text differently.

Re: [android-developers] Alguien sabe porque me sale este error? Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecExc

2015-08-03 Thread Marina Cuello
Por lo general, la causa real del error aparece más arriba en los logs / Usually, the real cause of the error can be found in earlier lines of the logs. Marina PS: Es mucho mejor cortar y pegar que hacer capturas de pantalla. Es una costumbre moderna que no entiendo :P / I find it's better to

Re: [android-developers] Android studio inished with non-zero exit value 3 error

2015-05-13 Thread Marina Cuello
Just in case anyone else encounters this kind of error: usually the actual error is somewhere upstream the Gradle Console log messages. Scroll up and you might find the answer or at least the root of your generic error. As the task is dexDebug, in this case I think it could be a repeated /

Re: [android-developers] INSTALL_FAILED_DUPLICATE_PERMISSION

2015-02-19 Thread Marina Cuello
Hi! I'm not sure how to help, because've only met this problem when there are several users set on a device. If I install my app directly from Eclipse with my debug certificates, then uninstall the app and try to install a production copy, made with the release certificate, I've got the same

Re: [android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Marina Cuello
Hi! On your Android Studio or File menu (I have a Mac here, not Linux, not sure how or where is it). Preferences or Settings (sometimes they change name too, not sure if this is the case) Find Appearence under IDE Settings Mark Override default fonts by (not recommended) Choose whatever you

Re: [android-developers] bitmap from view flipper

2014-10-02 Thread Marina Cuello
Hi! I'm not sure if this is what you're looking for, but check this method: http://developer.android.com/reference/android/view/View.html#getDrawingCache() Marina On Wed, Oct 1, 2014 at 4:09 PM, sweety fx fxswe...@gmail.com wrote: I need to get the bit map from the View flipper., when I flip I

Re: [android-developers] Android ADT problem on eclipse

2014-05-21 Thread Marina Cuello
On your Install new software screen, uncheck the Contact all update sites during install to find required software and try again. Marina On Wed, May 21, 2014 at 11:37 AM, dashman erjdri...@gmail.com wrote: I updated to ADT 22.6.3 and having problems. On Eclipse startup getting an error

Re: [android-developers] ADT Update?

2014-04-29 Thread Marina Cuello
You need to go to Install new software... and choose the Android Developer Tools Update Site. Then select the tools you need to update and unmark the Contact all update sites... check. Then follow the update process and it will work. Marina On Mon, Apr 28, 2014 at 11:10 PM, 张张斌

Re: [android-developers] Re: How to calculate a tablets resolution before purchasing the tablet

2014-04-15 Thread Marina Cuello
You can search for/make an app that detects the bucket and install it, if you have access to the device. A quick search gives me https://play.google.com/store/apps/details?id=com.pmc.android.checkscreensize, but there are plenty. Otherwise, as far as I can recall it depends on the manufacturer's

Re: [android-developers] Android how to draw a circle ring as shown in the image.

2014-04-14 Thread Marina Cuello
Sometimes, the problem when your first language is not English is that you don't know how to search on Google. What I mean is that you don't know the right words. When I can't find what I need, but I'm sure there must be something out there, I often use synonyms. In this case, you get what you

Re: [android-developers] application downloaded to phone but wont open

2014-04-07 Thread Marina Cuello
Did you define a launcher activity on your AndroidManifest.xml? That could be a reason. Marina On Mon, Apr 7, 2014 at 6:45 PM, firebreather michaelirvingbr...@gmail.comwrote: I have a friend who downloaded a couple of my apps, but they wont open, even though their icons are on the phone. I

Re: [android-developers] Is it all devices larger side the landscape?

2014-03-31 Thread Marina Cuello
No, there are a few devices with a BlackBerry-like / QWERTY format that have 4:3 screens. Samsung Galaxy Y Pro is one I can recall. But they're exceptions, I believe. Marina On Mon, Mar 31, 2014 at 11:04 AM, lselwd webmas...@poliscarhire.com wrote: When using Eclipse tested app in Nexus7

Re: [android-developers] Windows Phone ContentPresenter equivalent on Android

2014-02-11 Thread Marina Cuello
I'm not sure how a ContentPresenter works, but you can create custom views on several ways. You could extend any ViewGroup / xxxLayout that suits you well, create an xml with a merge tag and so on. Just google a bit around. Marina On Mon, Feb 10, 2014 at 12:39 PM, Jia Li jarlym...@gmail.com

Re: [android-developers] Eclipse plugins for SQLite3 and project import

2014-01-28 Thread Marina Cuello
I tried your Eve plugin when and it works like a charm. I had a lot of libraries, some even using others, and it got them ok. If you can, add an option/function to add a res folder automatically if there is none. Some libraries have an empty one, and when you import projects you cloned from Git

Re: [android-developers] Open URL in Fragment causes ActivityNotFoundException

2014-01-23 Thread Marina Cuello
Does it work if you add http://; to your URL? It sounds like your device/emulator has no application to handle the browsing (right word?) of that kind of data (an URI with no protocol declared). Marina On Thu, Jan 23, 2014 at 2:11 PM, Stanley Lei xiaofeng.lei...@gmail.comwrote: Hi all,

Re: [android-developers] AppStore emulation tools?

2014-01-15 Thread Marina Cuello
If you are not satisfied by how adb install works, you could try installing by sending the apk by e-mail or downloading it into the device / emulator you are using to test and install it from there. It does ask for permissions and that kind of stuff. Marina On Sun, Jan 12, 2014 at 10:17 AM,

Re: [android-developers] Data getting null when the app in background

2014-01-15 Thread Marina Cuello
The quick solution is to check, on the onResume of your activity, if the data is null, and if it's null, restart everything. There are other, better ways, but that's the quickest one to code. If you want to find better options, Google about activity life cycle and specially recreation of

Re: [android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-14 Thread Marina Cuello
You could also try Genymotion. You have several device images available. It doesn't come with Google Apps / Google Play Services included, but it is really easy to add Google stuff and even ARM simulation to them. Genymotion works better than the official emulator if your development computer is

[android-developers] In-app when country not in list of Supported locations for merchants

2013-05-27 Thread Marina Cuello
Hi! My country Argentina was recently deleted from the list on Supported locations for merchants. I was developing a little game with an in-app billing system; some mini-games would come free and some would be optional, to be purchased. There is any way to make it work now that it is out of the

Re: [android-developers] Issues Don't know whats that

2013-05-13 Thread Marina Cuello
You just activated some developer options. Go to settings, Developer options and disable Pointer location and Show touches. Marina On Mon, May 13, 2013 at 2:10 PM, news.anand11 news.anan...@gmail.com wrote: Hi , I am facing some issue in my phone, I think its because I am developing something

Re: [android-developers] Re: How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-07 Thread Marina Cuello
Cocos2d-x, basically the same but C++ instead of Objective C. But you'll need to use Android NDK besides SDK. Marina On Tue, May 7, 2013 at 2:52 AM, mait...@rossitek.com wrote: Hi, thanks for the reply. I have seen this library but still it is for iOS, I want to do it for Android. Any idea

Re: [android-developers] Re: RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-19 Thread Marina Cuello
, March 18, 2013 12:50:37 PM UTC-5, Marina Cuello wrote: Hi! I'm having a weird problem with one of my apps. I'll try later to extract some code and make a sample project to share if it's useful but by now I'm just asking to see if anyone found this one or can give me a hint on how to tackle

Re: [android-developers] Re: RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-19 Thread Marina Cuello
! Marina On Tue, Mar 19, 2013 at 1:48 PM, Marina Cuello marina.ear...@gmail.comwrote: I did. I changed some stuff to avoid out of memory errors --just for debug sake, can't be done in the working app-- and then commented the calls and the exception is thrown anyway. It seems like something

[android-developers] RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-18 Thread Marina Cuello
Hi! I'm having a weird problem with one of my apps. I'll try later to extract some code and make a sample project to share if it's useful but by now I'm just asking to see if anyone found this one or can give me a hint on how to tackle it. I have two activities. Activity A extends

  1   2   >