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

How to build a native menu using ionic cordova?

I'm using ionic to build an hybrid application.I want to have some menus native (my menus are using ionic css and i think are not native).How i can build a native menu and what i should use ?

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

Sync with gmail.

Im making a 2d multiplayer game, can u tell me how to sync contacts from gmail, for ex if iam downloading my game app, so i want to sync those contacts from my gmail who has already downloaded that app, like the game clash of clans, in which cont...

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 ?

How to hide the selection but still use it in Photoshop?

I am doing some painting work and it involves creating complex selection and that selection highlight distracts me. If there is any way to hide that please let me know. Thanks

Converting timezone of date-time without effecting the actual time

I am looking for a way in rails using which I can change the timezone i.e UTC or GMT of date time string without actually making any changes to the original string (just want to change the timezone) . Is there any inbuilt time method in Rails...

Celluloid::Task::TerminatedError for sidekiq

We have few workers working in the background and there has been as error being recorded in the rails error log i.e "Celluloid::Task::TerminatedError from Sidetiq::Clock#loop!". I am looking for a solution regarding the same but has been un...

Please help to design the UI

I would like to design the UI as attached images. Please find the attached files and please give your valuable inputs.

How to remove restrictions for a secured PDF..? C#

Hi guys, How to allow copy content option for a secured PDF. Currently am using Spire.PDF library, it is giving result as I except, it is a free version supports only for below 10 page PDFs, but my pdfs have more than 200 pages. Any other solut...

java web app is not uploading images

Hello, I need help to understand why my java MVC doesn't upload images. There is no errors just nothing happening. My project is on dropbox DropBox Please help me because I'm totally stuck with this. Please look on it and tell me if there is...

html/javascript

i need help with this.. if i select province it will give calculation accordingly on button click ..

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

Display all error message on page loading in AngularJS

Hi When the page loads I see a lot of error message's in every field and then they go away when the page load. It seems odd...is there anyway to not show that first. Thank you

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?

Java erro module not deployed

Hello, I need help because I complete stuck with this error in my Java project In-place deployment at /Users/jakublemiszewski/Desktop/VCMS/VCMS+WS/VCMS-WS/build/web GlassFish Server, deploy, null, false /Users/jakublemiszewski/Desktop/VCMS/VC...

Encrypt a message

I have to write a function to encrypt a message given as a string input using the given encryption key. The function should output the encrypted message as a string to encryptedMessage in the argument list. The function prototype must be as fol...

C programming encrypting a message

Hey guys, i am a C programming beginner and looking for help urgently. I need to Write a function to encrypt a message given as a string input using the given encryption key. The function should output the encrypted message as a string to enc...

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

AWS COGNITO DATASET

Failed to list records in dataset. Getting this error when I am using cognate sync manager.Any ideas?

How to design XSL-fo style-sheet in XML

Hello guys I need help to design XSL-fo style-sheet but I don't know which is the best way of design to XSL-fo for generate PDF file. Please suggest me best way of design XSL-fo style-sheet. My code format is below : <?xml version=...

Android Studio Configuration

Hello, I have a question regarding the OnePlusOne phone in Android studio. I would like to know if exist the possibility to importing the hardware profile of this phone or to configure it. I just would like to see the design view of my devic...

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

Payment Gateway With Angularjs Application with Java at Backend

Hi, can anyone suggest me the flow of Payment Gateway integration in Angularjs Application with Java at Backend. what is the best approach to do it? Thanks

Postback in ASP.net

What is the concept of postback in ASP.net?

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

fetching cookie information

Sir, how to fetch cookie information from http request headers?? I have tried google. but it is not answering my question. It is giving a way to SET and then FETCH cookie information, whereas I just want to fetch the already loaded cookie i...

Problem in adding a button to a page.

Hi guys. I have a problem in adding a button to a page. When I add a simple button to a page and reload the page it loads correctly but when I click on the button I get the following error: "Failed to load viewstate. The control tree into which...

AVD launching error

Hi Sir, I have just started to learn Android from the video series of "Android Apps Development Tutorial for Beginners (1) - 2015" but i am getting problem in launching AVD. In the vedio series when they are launching AVD then "Bucky Phone" AVD...

AWS Cognito account issue

Urgent Help....I have AWS cognito account but its not letting me create roles User: arn:aws:sts::241018845783:assumed-role/MY_ACCOUNT is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::241018845783:role/Rolename..has anyone en...

Three level ExpandableListView with OnChildClickListener working

I want tocreate the layout just like this but i dont know how to create onChildClickListener so any programmer here please help me in creating this layout with OnChildClcikListener event.

OnChlidClickListener

Sir i want to use OnChildClickListener in my class which is extended to the ExpandableListView please help me out. My code is as follow. public class CustExpListview extends ExpandableListView implements ExpandableListView.OnChildClickListe...

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

Java database statment problem

Hello all, I dont know what im doing wrong, i only want to check the username and password in the database if they exist show, you are logged in but if they do not exist to show.. you have no access to db public void logIn(Student student) ...

Php WP how to send a mail to the admin from a logged user

Hello, I would like to know if in WP PHP is possible to make something like that: I need for the logged user a form which when compiled and submitted, send a mail to the admin with the all data of the user from db and the message he/she write. ...

ios automatically converting dialed number

I am writing code to make calls from the app.I am in India. It works fine for non toll free numbers. But for some number such as 18601231000 for BigBasket it is converting the number as +1(860)1231000 which when dialed comes as wrong number.But f...

How to Remove Noindex Robots Tag in WordPress?

Hey all, My site when i check the source code has the meta tags: I cant change it from my theme files, not in the index.php checked all files even the style.css, and the meta tag wont be there and when i go to settings reading the option ther...

cakephp 3 not able to save data

any cakephp 3 developer here? i am getting this error. my code is given in pic. i m inserting data into status table from users controller. how my controller will know abt status table in cakephp 3. help pls. Error: Call to a member function ...

On paste event in javascript.

I am using a telerik editor control in my web app which by default has On Paste (Ctrl + V) event handler which open a dialog box. It is working in latest version of IE(Edge), Firefox and Chrome. But I need to make it support in IE 7 and 8. In IE ...

Different situations between play mode and Built game

Hi, i made a camera which is looking around in the game.i set the rotation. 20 seconds for a tour. When i enter play mode it is working. it is rotating in a normal way, but when i build the game, it is rotating maybe ten times in a second.Anyon...

Java bit processing

Hello, I want to process a file.txt at the binary level by removing every 5th bit if it is equal to 1. Save the new processed binary file and repeat the process until it can no longer find any more 5th bits equal to 1, then save the final file...

Expense Mangement In Odoo V8

How to simply manage expense of utility bills and daily expense in odoo ... example electricity bill food bill telephone bill service charges and how to make auto estimate for next month and on certain date it gives us reminder ....? I need answ...

I need to go to the on navigation drawer activity on button click .

like in tent how to switch between fragment in navigation drawer .

How to update css when iPad orientation change

Hello Guys When I rotate the iPad, CSS clsses are not updating. In present, I am changing classes on page loading using javascript but now I need to update classes using CSS. Thank you in advance.

how to access localhost with Ip from any where

guy's is anybody having Idea about how to access xampp with IP address not from lan from anywhere...? like with public IP I'm stuck with changing of the Apache config files also but no use...! Any help Plz...

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

sendRedirect error 404

Hello, I'm trying to do a redirect of a login to another page but I receiving error 404. Can someone explain me how the sendRedirect work please? I post too a screen shot of the structure of my files inside the project. Thank you a lot. /*...

Magento Pages

Hello Friends, Is there any link where i can find all magento pages. For example Login page, Create Account page etc. Thanks in advance.

No options for import in Eclipse IDE

I am trying to import a gradle project into eclipse. However, when I do File -> Import, it gives no options. How can I fix this? Thanks.

How to detect collision between two elements.

Can any one give me the idea. How I can detect collision between 2 dom element. I have got this code form MDN. But can't go thorough it. Please help me. var rect1 = {x: 5, y: 5, width: 50, height: 50} var rect2 = {x: 20, y: 10, width: 10, heig...
1 19 23
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: