[android-developers] How to make interactions like html in android native java?

2016-01-12 Thread Mark Thomson
Hi Everyone, I am a web developer and I have an android hybrid app built in cordova. We are moving the app now from hybrid to native for android, now in hybrid we have many interactions in which we have use javascript and css3. Now for example, we have a drag and drop functionality where we

[android-developers] Publisher account has been suspended

2016-01-12 Thread Traista Rafael
Good morning , my google publisher account has been suspended for using admob from another accouny in my application. I can't access developer console , but the app is still on market avaible for download . Is there any chance to get the account back ? Thanks in advice ! -- You received this

[android-developers] Does verified-boot of Android support antirollback?

2016-01-12 Thread 程洋
Now, Android introduced verified boot feature in 4.4. But it doesn't verify the version of boot.img, just signature. So, what if i publish a boot.img with security holes? Is there anyway to prevent users from flashing back the this version? -- You received this message because you are

[android-developers] Customize phonebook , contact problem

2016-01-12 Thread li he
I need to display contacts in my app. Just like whatsapp, show a small icon on the right for each item in list view. I create a custom provider to copy the whole contact and register a observer for CRUD. Also I upload all the phone numbers to sever ,checking whether it is registered. My

[android-developers] Re: Building for System API

2016-01-12 Thread Satish Ch
I'm also looking for it. Please share your thoughts. On Tuesday, June 8, 2010 at 2:13:30 AM UTC+5:30, ivan wrote: > > Hello, > > I'm working on an extensive project that will be prepackaged on > certain phones. I'm researching using some of the existing Android > providers such as

[android-developers] Sample Broken?

2016-01-12 Thread P Hill
I generated a New | Fragment | List (with a +1 Button) and without touching anything, but rebuilding the project, the Preview window/view I get a Rendering Problem (overlay on what it was trying to show in design mode). "The following classes could not be instantiated --

[android-developers] why ScriptIntrinsics faster than mine?RenderScript

2016-01-12 Thread 万岁面神
I am trying to convert yuv to rgb and I build a yuv2rgb function with RenderScript .then I find that ScriptIntrinsicYuvToRGB is significantly fast than mine. why it is so fast? does the custom

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
I have established that if I extend a class from a module that does NOT contain NDK code, it works fine. I can extend an abstract class in my main module app, but only when I try to extend the module that contains c++ and Java code it does not. The module builds ok, but it doesn`t work as a

[android-developers] Re: App without Launcher Icon

2016-01-12 Thread Gaurav Naik
> But i need broadcast Receiver so it is possible to remove launcher > activity & still get BroadCast Receiver, > As per i know after 3.0 if you remove this you didn't get the BroadCast Receiver ? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Play Store Error 505

2016-01-12 Thread Δημήτρης Ντέμος
Hello. I'm the developer of an app that shows fuel prices in Greece, on a Google Map. More than 2000 users successfully downloaded the app with android versions 4.1 to 6.0.1 without any issue. But there are 2 reports that they can't install it because it shows "Error 505". I made some

Re: [android-developers] How to send MMS in background without using Intents

2016-01-12 Thread Manoj kumar
Hi there, Can any one help me in this context? Thanks, Manoj. On Mon, Nov 30, 2015 at 1:55 PM, Manoj wrote: > Hi, > > I want to send mms without using Intents. I found sendMultimediaMessage > can be used from SMSManager. But I really don't have any idea how to use >

[android-developers] How to Make WebView as Built In Bootstrap , Javascript Resource ?

2016-01-12 Thread Boss Raja
My website needs bootstrap css of about 125KB, and Javascript of about 200KB - For Displaying the webpage properly. I want to store the resource( bootstrap + js ) locally into the android webview source. When i am trying to load my website on android webview , it should take the resource from

Re: [android-developers] Game not playing on some compatiable devices

2016-01-12 Thread 'Jean-Baptiste Queru' via Android Developers
There are many devices out there with screens below 320 dpi. Even if your app is phone-only, there are many hdpi phones out there (240 dpi) (480*{800,848,854}), and mdpi isn't quite dead yet (160 dpi). Chances are, an issue very directly related to the screen density would affect all such

[android-developers] Re: access to internal telephony

2016-01-12 Thread R.Rajan
hi My dialing no is like this 800505,4,1234567890,00919446481000 Up to last coma, its working. but the last 14 digit is the destination mobile no to dial. but its not taking . any chance to dial the above numbers using this code Uri uri = Uri.parse("tel:"+ number); Intent intent = new

[android-developers] ndk-build does not find header files in example code

2016-01-12 Thread Seth Tucker
Hi, I'm trying to get the eclipse tool-chain working because I need to work on the NDK. So for it's going terribly. After a lot of effort I was able to get the SDK compiling and running, but the NDK has a problem that I am totally unable to resolve. Every time I try to build the hello-jni

[android-developers] android webview upload

2016-01-12 Thread Luis Billy Billy
developed a webview app, I have an option to upload image (input type = "file"). In the browser functions normally, but within the webview does not work, does not appear the option to choose the image. I would like some help to resolve this problem. -- You received this message because you

[android-developers] How are big android applications managaging and optimizing network calls specially for poor networks like 2g ?

2016-01-12 Thread gjs
Hi, Look at the existing reference materials already provided eg http://developer.android.com/training/efficient-downloads/index.html http://developer.android.com/training/efficient-downloads/efficient-network-access.html http://developer.android.com/training/basics/network-ops/index.html

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
I have established that if I extend a class from a module that does NOT contain NDK code, it works fine. I can extend an abstract class in my main module app, but only when I try to extend the module that contains c++ and Java code it does not. The module builds ok, but it doesn`t work as a

[android-developers] Keep Android Wear device connected to WiFi AP and listening

2016-01-12 Thread Marcel Florian
I have the *Moto 360 2nd* generation with Android Wear 1.3.0.2230669. It is connected to a WiFi Access Point. *Bluetooth* is switched *off* and the watch is *not paired*. Some tests with *Kismet* showed, that the watch is *not detected* on the Access Point as long as it is in silent mode. I

[android-developers] Scrolling to view in CoordinatorLayout shows only partially the view

2016-01-12 Thread simonsysarbejder
I have made an Android app containing a CoordinatorLayout with a AppBar and a NestedScrollView. In my NestedScrollView I have a list of items, and a button which scroll to an item in my NestedScrollView. When clicking the button, the Android app scroll down to the item, but doesn't show

Re: Θέμα: [android-developers] Play Store Error 505

2016-01-12 Thread Δημήτρης Ντέμος
Thank you for your answer. I've created only 1 android app and only this one has this package name. Also all the permissions have the package name in front of them so it's not possible that an app is using exactly the same declaration. Τη Τρίτη, 12 Ιανουαρίου 2016 - 6:15:12 μ.μ. UTC+2, ο

[android-developers] TabLayout - tab doesn't refresh view

2016-01-12 Thread Hugo Teijiz
Hello to everyone. I develop an Android application with TabLayout. The App has 3 tabs. When I click over Tab 1 (Index 0) and Tab 3 (Index 2) the view refresh great, but when I click over Tab 2 (Index 1) nothing happens. OnSelectedTab Listener executed correctly, and execute then

[android-developers] How Can I Insert Radiobutton Value To SQLite (radio button 1 & radio button 2 has a value of 1)

2016-01-12 Thread Fernando Nicolei Esperida
I Am Creating A Voting App For Our School And I Need A To Create A Database To Store The Votes. This Is The video This Is The Result Activity This Is The Result.java

Re: [android-developers] TabLayout - tab doesn't refresh view

2016-01-12 Thread Justin Anderson
Code? On Tue, Jan 12, 2016, 9:16 AM Hugo Teijiz wrote: > Hello to everyone. > > I develop an Android application with TabLayout. The App has 3 tabs. When > I click over Tab 1 (Index 0) and Tab 3 (Index 2) the view refresh great, > but when I click over Tab 2 (Index 1)

Re: [android-developers] TabLayout - tab doesn't refresh view

2016-01-12 Thread Hugo Teijiz
MainActivity: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); App.setTrxNumber(0);

Θέμα: [android-developers] Play Store Error 505

2016-01-12 Thread niksap1
Try out t‎he following link:‎http://stackoverflow.com/questions/27010548/unknown-error-code-during-application-install-505Hope it helps

[android-developers] ANDROID_SDK_ROOT undefined when running emulator from command line

2016-01-12 Thread Charles Lamb
I am running on Windows 7 Pro with Android Studio 1.5.1 installed. I am able to run the emulator for *"AVD for Nexus One by Google*" fine from the AVD Manager but I get an error when I run it from the command line. C:\Program Files (x86)\Android\android-sdk\tools>emulator -avd

[android-developers] help needed for my new App

2016-01-12 Thread For Great Vocals
Hi peeps. I've paid someone to build an app for me but they have refused to publish it. They have sent me all of the files. I font have any .apk files from them. Is there another file that I should be using to upload it. So annoying and confusing. Thanks T H -- You received this message

[android-developers] Social App Development

2016-01-12 Thread Aleem Firnas
Hello , I'm new to the android development, as a group project we have to develop a social android application for EV users to track nearest electric stations in maps and other than this they have the social app to use among them to do features such as share , like comments and forum as well.