Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to change Image icon of NotificationCompat.Builder?

Hi, Please help me. How can I change Image icon of NotificationCompat.Builder? Please see the screenshot attached?

My listview not returning me to my DetailActivity.class when I'm clicking an item on listview

I am having trouble with my ListView. It always sends me back to my login page whenever I press an item on the list. It supposed to go to the details page.  Home Activity package com.example.kun.carcarkila; import android.content....

count pixels under each finger in multi touch in android

Hello I need to count pixels that are covered by each fingers in multi-touch.When fingers down one by one it should plus pixels in count and finger up it should subtract pixels of that finger.I have did this but it is not getting exact counts i d...

Lag in receiving packets from ble device

Hi I am using a ble device which send me data packet every second in onCharacteristicChanged() method. But the problem is, the above method not called every second as expected and there is a random milliseconds delay. I searched a lot on googl...

how to open application by pressing power button 3 times?

I want to open my application when user press power button 3 times or more. I followed this http://stackoverflow.com/questions/22086349/press-power-button-twice-to-launch-activity URL from StackOverflow, and my application is opening but ...

Android - Information leakage flaw OutputStream

I have developed an application in the Cordova Framework, and I have added a camera plugin for capture functionality, I am getting an Information Leakage flaw in the code below, using veracode to scan APK. OutputStream os = this.cordova.get...

How to Make Image Selectable Using OCR Api which Can Extract Image Text in Android?

Hello, I am working on a project on android application which extract receipt images text and save it using OCR API. The problem i am having is that i want some way so that image potion can be selectable to user so that it highlight amount and da...

How to get only one restaurant when I press click button one click

I have an app and inside it only one activity (main activity) and layout XML of main activity have only  list view . This app will get restaurants near from my location and display it in list view. What I need to do is add button to the ma...

Android app first installed

I am facing issue with my android app.  If a user installs my app through apk file. After installation a window appears with two buttons open and done which is part of android os. When user taps on open, it opens my launcher activ...

How to prevent and USSD code from running in android?

I want to see how can I prevent a specific USSD code from running in android java? for example if the user dials *1234# an error pops or just make it not working. I want to create an application that prevents dangerous USSD codes from runni...

Recycler view concpet

Dear Sir/madam,                                 I have doubt with recyclerview with retr...

Push notification using c#

Hi, I want to send a Push notification so can anyone help me to know, How to send notifications to multiple devices using C#?

Facebook Login Button

What is the cleanest way to customize Facebook login button on Android?

How to Recover Deleted Photos from HUAWEI Phone?

I got an outsourcing project from a client, who asked me to build a data recovery app for HUAWEI based Android phone. I have never in this areas before. Anyone would shed some light on this or recommend some open source project i can learn f...

Linked Integration with android app

I tried to integrate my app with linked in android the access token is getting expired with in less than five sounds i need a best tutorial on linked integration with android which is using oAuth2.0 if any provide some best resources on that it i...

Listview items sets to default after scrolling

I have list view which uses base adapter class for each item view, when I make changes in one item of list view and scroll the list view the changed item sets to default value, I need to retain my values even after scrolling. @Override pu...

Audio Input Level

I am trying to measure the audio input level. Is that possible?

CDD verification process?

I know that one has to pass CDD and CTS to get GMS license. As for CTS, I have learned that the developer needs to get the log file after running CTS and submit the log file to google. But what about CDD? As far as I know, CDD is just a lis...

QuickBlox Imaplementation

Hi Team, I am new to develop chat base app.from where i should start i donot know.Can any one give me brief guidline so that i am proceed further.i am totally stuck here.

Repeated Notification

Dears How I can make automatically repeated notification on everyday on specific time. kindly help me

PayPal - Error server - Double Payment

  Good morning , someone managed to solve the problem of double payment in PayPal ? Thank you

PayPal's library - onActivityResult -ANDROID

Hello, I am an Italian developer, I was trying to implement my PayPal's library within my e-commerce App. I created two test accounts, and it seems to work, but there is a problem. If during the phase of sending money, I deactivate the In...

Overwrite Existing SQLite DB with new

Hi friends Please help me, how can we overwrite or replace existing SQLite DB in android automatically, I tried with change dbversion but still not getting new DB. how can overcome this. please help me.    

Expandable ListView

Hi  kindly help me to fix my issue. i am using expandable listview to display data from SQLite Database. in my database title,contents and favorite columns and some other columns. how I can display data to expandable listview kin...

Seesion Management

Hello, I am making an online shopping app. I am storing user details in sqlite database( Name and Password). So at the the time of login i want to check weather username and password is correct or not. So in that case how to manage session.Bec...

How to make a simple settings page in android? (Duplicate)

I'm new in the "Android-App-Dev"-Scene and got one question: How do I easily make a good clean looking settings page for my app? There are some kind of headlines and some kind of big buttons on you can tab to go to a new page....

How to make a simple settings page in android?

I'm new in the "Android-App-Dev"-Scene and got one question: How do I easily make a good clean looking settings page for my app? There are some kind of headlines and some kind of big buttons on you can tab to go to a new page....

Android - document edge detection via camera

Hello guys, i am trying to develop one p.o.c with functionality like office lens, when i focus camera on document it should auto adjust(focus, mode) , detect document edge, draw border rectangle(real time) in Android . Have tried OpenCv but no...

PLease solve transformClassesWithJarMergingForDebug error in Android studio

Hi, When I trying to build/run the build in Android studio getting below two errors randomly. Error:Execution failed for task ':iTSM:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.uti...

How to display google maps in Navigation drawer

Hi, guys I need a help to merge different layout's as one layout. I am including google maps layout in one layout and it having some buttons at bottom and one horizontal scroll view at top of the page. Now, I am displaying the google map...

Parse JSON help

This is my code Sometimes i dont get an empty string. EditText ord; TextView fintext; Button send; RequestQueue requestQueue; String insertUrl = "myurl"; requestQueue = Volley.newRequestQueue(getActivity().getAppl...

Navigation drawer SupportMapFragment

Ive createad a navigation drawer and 2 fragments. I want to create a fragment with a map where i can put pins on etc. But it wont let be because i need to extend SupportMapFragment, and i need extend Fragment.

how to run swf file in android using webview

i want to run an swf (flash file) in android using webview.i used the code at the following link but was not able to find teh resolution.Please help me in this: https://forums.xamarin.com/discussion/13304/how-to-play-swf-from-assets-folder

Need Horizontal List view like Flipkar app home page

Hi, Please guide me or provide any help full links to develop the app with Horizonal list view instead of Vertical Listview. Where the app of Flipkart implemented Horizontal scroll view or Horizontal lit view in home page Thanks is advance

Error:Execution failed for task ':iTSM:transformClassesWithDexForDebug'

Please help me to resolve below error Getting Below error in Android studio after update the Compile and Build Tool version Please find the attached bild.gardle file early compileSdkVersion 21 buildToolsVersion "22.0.1" and asl...

How to add default navigation drawer activity to all the activities in android studio

Firstscreen is where naviagtiondarwer is created and in that screen there is a button as "rate card" after clicking on that button new screen opens that is new-Bid as in image Actionlbar is not having navigation drawer this is what i m not able ...

How to split an Image in android

I am facing problem to split an Image. Please help me to find out the solution. Please share any library if you know.

How to take frame from video

Please provide me the solution to take frame from video in android If you have code. Please share it.

DDMS in android

What is DDMS in android? Could you please provide the capabilities and functionalities of DDMS?

Disable the scrolling of list and allow the whole page to scroll

Hi i am currently working on an android application in it has list view inside the main activity. What i want is disable the scrolling of list and allow the whole page to scroll only,is there any way for that please do help..... I tried with...

Show Content in "List View" Only when "Switch" is "On"

Description : I have created a App with single tab and created a switch, List View. I have to show content of "ListView" say RSS Feed only when the switch is turned ON, and Hide the content of "ListView" when Switch is turned OFF. Can you help...

How to create Custom Rom for Android

I wan to create a custom rom Can Someone guide mo on how to do this Please

How to crop the profile picture before uploading?

Hello everyone, I am facing a problem in uploading a image to server. I am able to successfully capture a image from the camera or select a image from the gallery, but i have to provide a crop option before uploading the image just like in Wha...

Impossible to start SpiceManager as no service of class

I am using robospice api for ASYNC rest webservcie call.I am getting below exception java.lang.RuntimeException: Impossible to start SpiceManager as no service of class : meshyog.jalam.DistributorSignupService is registered in AndroidManifest.x...

Permission Access

How to block or access specific permission of specific application through android code? (Without accessing manifest file of specific app?

How do i pass 2 or more variables in a URL

private void doAssign() { String nameStr = fname.getText().toString(); String phoneStr = phone.getText().toString(); String bikeStr = bike.getText().toString(); String details = nameStr + "," + phoneStr + "," + b...

BLE Packet delay

Hello Everyone, I have been testing BLE on android. I have observed a significant delay between received packets which appears randomly. I am receiving 24 bytes and the delay between certain packets is random and high. The delay is between 20 to ...

setOnTouchListener call multiple times

When I implement this. I catch this event multiple time. Would you please provide solution. private EditText mDateOfBirth; mDateOfBirth = (EditText) findViewById(R.id.sign_up_date_of_birth); mDateOfBirth.setOnTouchListener(new View.OnT...

How to Select specific category by writing PHP code to show lat & lng location in google map using volley library

I want to display location (lat & lng) markers in Android google map using volley library by selecting the category. I am not able to get individual selected item locations but I am able to get all locations markers in map. Please help in ...

IllegalStateException not on main thread

class LoadImage extends AsyncTask<Void, Void, Void> { @Override protected Void doInBackground(Void... urls) { Bitmap theBitmap = null; ...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: