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

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?

I want to convert the query php code into the Prepare statement php code

Here is my query code, How can write same code in the prepare statement php. <?php header('Content-type : bitmap; charset=utf-8'); if($&#95;SERVER['REQUEST&#95;METHOD']=='POST'){ $encoded&#95;string = $&#...

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 ...

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; ...

Uploading captured image into the specific folder server using volley library

This is one of the famous question which is unanswered clearly. I have posted it on stackoverflow link as follow: http://stackoverflow.com/questions/33341069/uploading-captured-image-into-the-specific-folder-server-using-volley-library I wa...

Google Map showing only one marker

Hi, I am using Google Map in my app. I have added treeid, and its lat and lng location. I want to retreive these location and show in google marker using volley library. But I am able to get only one marker location.Please help me where I a...

Please help to design the layout with attached image in Android

Please help in design the layout with attached image. please find the attached screen shot for reference Suggest whether we go with grid layout or Relative layout . Please provide the respective xml layout. If you suggest grid layout could ...

how to access restful webservice using volley library

I have created a restful web service using this tutorial http://www.tutecentral.com/restful-api-for-android-part-1/ after running this i got an auto generated java file which contains the following code public class RestAPI { private fin...

android google map is showing only one marker using volley library

I am using Google Map inside the "Fragment" using sqlite database connection through volley library. I have 4 location, but my map is showing only one marker. I don't know where exactly getting wrong. Where do I need to change in my code to...

Convert SASS Application to Android App

I have a SASS Application built on Rub on Rails [ Responsive Design]. Is there any way I can convert App to Android application and use it Regards Surya

adb shell command to toggle google location reporting

Hi Android Nerds, I'm looking for a solution to enable high accuracy GPS without any prompt so and it will also enable google location reporting is there any way to do this by android terminal or using adb shell on windows ?

errror come on run time to connect my android app with mysql

my code this AllProductsActivity Class public class AllProductsActivity extends ListActivity { // Progress Dialog private ProgressDialog pDialog; // Creating JSON Parser object JSONParser jParser = new JSONParser(); ArrayList<H...

How can we prepare JSON Array by using List View in Android

I would like to prepare the JSON array by using the list view. Prepared the CustomListView and adapted the data and performing onClikclistener() to give input and set the data. Now trying to use data in list adapter with some custom data to pre...

Populating listview with various custom objects in separate sections

I have 3 array list which gets data from various model classes.. I want to display these 3 in a single listview with separate headers. How can I achieve this? Can anyone help me?

Android How to upload image into the server using Volley library

I want to upload my captured images from camera to my 000webhost.com server using the volley library. I want where I am getting wrong and suggest me full code solution. I have tried to write the code, But its not working. I am getti...

How to start debugging on a specific frame while debugging an android app using android studio?

I am using android studio. While debugging my app I want to jump to the specific frame and start debugging from that frame, skipping the other frames in the frames tab. I want to see the frames that are only related to my android application a...

How to implement the different views dynamically and handle input data and set the data

I would like to add different kinds of dynamic views like textview, edittext, datepicker etc to already existed layout. With this existed layout have some static views which are mandatory. this dynamic views have to add based on API response co...

How r=to STORE RSS Feeds in Android for offline use.

I am working on an android app that displays an RSS News Feed. Something similar to CNN or other news app. So far the app is working great but I have one issue when the app us not connected to the internet the activity that the RSS News Feed is i...

How To Select Multiple images in android

Hello, How To Select Multiple images in android. kindly give me idea so i could implement it. Regards, Tarun

How to Parse and read the JSON Array using GSON library

How to parse the below type of API Response [ { "id": "xxxxxx", "displayLabel": "xxxxxxx", "name": "xxxxxxx", "fieldType": "Dropdown", "mandatory": false, "editable": true, "description": "xxxxxx", ...

Help me Inserting Alarm and Notification

please help me inserting alarm and notofication for my uploaded file to be presented tommorrow for my defense pls :(

suggestions for my android app

hello guys, i m creating an android activity in which i want to scroll a group of images(any number) on the click of a manual button.Kindly suggest me any useful libraries in this regard.

How to configure Android WebView to encrypt cookies?

This has been raised as a security concern blocking the release of my Cordova application on Android 4.4 KitKat Using a SQLIte browser on a rooted device, the application session id cookie is being written in plain text into a SQLite table nam...

Zoomable List view

How to increase font sizes of list view items containing more than one textviews. on pinch - zoom gesture android? There is nothing such list view found on internet

Include GIF in Android Game.

Hello guys,does anyone know how to include gifs in an Android Game? Thank you!

android game made by Unity installs twice on the device

after building the game made by Unity and installing it on the device , I found that it is installed twice check this image : http://i.imgur.com/6TSICnk.png

issue with implementing AdMob ads

after testing the game in a device , it exit after opening it directly in case of deleting the AdMob Plugin , then the game works fine after some researches , we found that the problem is because of the manifest files there`s 2 manifest ...

Replacing images with text when a radio button is clicked.

I am a newbie developer to android. I am trying to develop an application as a test run it is a Q and A app. Can anyone help me with the following problem. The pages have 2 radio buttons in a radio group, the center of the page has an image...

Socket Exception in android

When I run this method I get an error of socket Exception. (Permission denied) i.e,java.net.SocketException: socket failed: Can you please me to find its solution. public void run() { // TODO Auto-generated method stub URL u...

NetworkOnMainThread Exception

I am trying to call getBitmapFromURL() methos from onCreate() of my Activity and getting NetworkOnMainThread Exception. Please help me to solve this problem. public static Bitmap getBitmapFromURL(String src) { try { ...

ORM GreenDao vs ORMLite

Which ORM is better is terms of performance and ease of use between these two. In some benchmarks I have read ORMLite is faster and in some, I read GreenDao. I like the way automatic code generation works in GreenDao. Also it does not use any ann...

Payment page in my app

Hi I am designing an android page which consists of payment gateway. I would like to implement payment in 2 ways.. Either by manually enter the card details or just scan the card with the help Of camera.. How would I do this if I scan ca...
1 3 next
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: