1,125 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Joe34

Hey, I'm trying to open a web page inside my newest android app. (I'm following this guide...) [url]http://developer.android.com/reference/android/webkit/WebView.html[/url] My goal with the app is to open up the web page every time it gets opened, but the web pages need to open within the activity. With the code below, it …

Mobile Development android-development java xml
Member Avatar for Hasan_11
0
1K
Member Avatar for HarrisonMJ

Hi all, I decided to start developing applications for android and I can not choose a site for this. You can tell what to choose

Mobile Development xamarin
Member Avatar for Tony776
0
374
Member Avatar for malikinstaberry

i need some helps about **app Downloads**. How to increase my app downloads please help me.

Mobile Development android-development
Member Avatar for rproffitt
0
371
Member Avatar for deepak_48

i have define code File selectedFile = new File(selectedFilePath); when run and test is it file or not if (!selectedFile.isFile()){ runOnUiThread(new Runnable() { @Override public void run() { tvFileName.setText("Source File Doesn't Exist: " + selectedFilePath); } }); return 0; it give message source file does't exist; why give this message, …

Mobile Development file-system java
Member Avatar for JamesCherrill
0
417
Member Avatar for Debbie_6

I have two classes Class1=Manage and Class2=Scan. I want to get the list from manage and check it with a method in Scan. Here is the code. The result that i get is "no" and with debugging i saw that list is empty but i don't know why. Manage.class private …

Mobile Development
Member Avatar for Saboor880
0
399
Member Avatar for Saboor880

Hello to all! Hope you are fine. I am developing an e-commerce android app and integrating Stripe payment gateway in it and using Google Fire base as real time database. I browsed the official website of stripe and took the source code from there. I used my test key from …

0
262
Member Avatar for dongtuuyen

Windows tablet With very high compatibility with Microsoft Office suite. So if your needs are mostly work, consider Windows tablets. Should I buy an Andriod tablet? Advantages of Andriod: With the iPad you don't have much choice but with Andriod it is different. Since most companies currently run the Android …

Member Avatar for CrunchyRoll
0
393
Member Avatar for TovinoThomas

Okay so I have been downloading gifs and sending them in the messenger to my friends for years now. But a few weeks ago, something changed. Whenever I download it and send it, the gif is supper choppy with maybe 2 frames per second and the colors are compressed as …

Mobile Development ios
Member Avatar for heyanil673
0
419
Member Avatar for pratikmishra22@yahoo.com
Member Avatar for BakerJQ

Github Link: [https://github.com/BakerJQ/Flutter-InfiniteCards](https://github.com/BakerJQ/Flutter-InfiniteCards)

Mobile Development android-development github ios
0
598
Member Avatar for csacoa

I'm using android studio to create a multiple choice question app, and i've coded the quiz but so far it just goes on forever. I want to make it so that once the user has answered 20 questions, whether they are right or wrong, the game ends and sends them …

Mobile Development java
Member Avatar for JamesCherrill
0
1K
Member Avatar for csacoa

Just a quick question, I'm trying to speed up my app and I've seen forum posts where people say reducing the size of pictures speeds up their app. I was hoping to replace my exit cross in the top corner of my app (which is a png because I drew …

Mobile Development java
Member Avatar for rproffitt
0
428
Member Avatar for arazzaq2518

I created a broadcastReceiver to receive sms and it works fine on emulator but on real device it works only when app is running when app is closed it doesn't receive any sms

Mobile Development android-development
Member Avatar for John_165
0
423
Member Avatar for Saboor_1

I am making an e-commerce android app for a client using firebase. I need to integrate paypal so that the payment deducts from the customer's paypal and received to merchant's(i-e my client) paypal account. For paypal integration i saw tutorials and made two sandbox accounts on my clients paypal. I …

Mobile Development firebase
Member Avatar for rproffitt
0
354
Member Avatar for SimonIoa

Hello i want to make a video player with HTML5. I t has to have other angular tags and an object inside the <video> tag. The source code below explkains what i want to do. Is it possible? Any suggestions? <video controls preload="metadata" style="width:100%; height:100%;z-index: 100"> <source src="//vjs.zencdn.net/v/oceans.webm" type="video/webm" /> …

Mobile Development angularjs html-css video
0
3K
Member Avatar for terrie4

Does anyone know about robovm??? It is a platform to make ios apps in java. I need it for a new project I´m working on in a nearshore outsourcing company.

Mobile Development ios java
Member Avatar for rproffitt
0
377
Member Avatar for SimonIoa

I want to pass a value (0 or 1) to another page so i can make an ng if to return a different button. Any help? do i need to pass a parameter from .ts file? first page.html <button ion-tem (click)="goUsers()" *ngIf="editors.length == 0" value="0"> <ion-label> Add editors </ion-label> </button> …

Mobile Development android-development
Member Avatar for rproffitt
0
3K
Member Avatar for nocoded

I have a function that returns an array of photos and videos from an iOS device's camera roll. The info is returned correctly, however, I'm also needing to return the path to the photo and video which I've been unable to do so far. Here is the code I'm using. …

Mobile Development ios iphone video
0
341
Member Avatar for Liam_8

Hi guys. I'm about to embark a new journey of learning how to create a android game. So, I don't have to publish it yet. I want to do self-learning. I also want to learn animation along the way. Maybe 2d if 3d is too time-consuming? I've read animation takes …

Member Avatar for anaconda
0
610
Member Avatar for vampz

Hi, i'm using ***lenovo b570e Intel Core i3 (2nd Gen) 2330M / 2.2 GHz and 4GB ram***. But i can't run android studio on it as it is not only slow but its too slow. Currently i don't have budget to buy higher specs laptop i just want to ask …

Mobile Development
Member Avatar for rproffitt
0
478
Member Avatar for DmitryRogov

It may seem impossible on the first sight... But now, I have found a solution. It turnes out to be possibble to emulate the Windows environment and run it side-by-side with Android. As the article about playing PC games on Android (https://eltechs.com/pc-games-for-android-guide/) says this works like that because a special …

Mobile Development
0
440
Member Avatar for Rohan_9

I am Working on Xcode 9.2 Swift 4.0 using FacebookSDKs-iOS-20160316 for Facebook Login Authentication Integration . My storyboard is empty . On Running Facebook Login button is coming on an app When clicked Facebook login page comes, after successful login Permission for my app is asked, When allowed following page …

Mobile Development api ios
0
307
Member Avatar for vuyiswamb

Good Day All i have a ListView that is defined in a Xamarin Form. i want this ListView to be updated with the Data from the DB every 5 seconds. In a Non Mobile environment , we have a Windows Service , which is a long running Service. but now …

0
703
Member Avatar for SimonIoa

Hello i am using authservice to call my MySql database with PHP api and therefore my php functions for my Ionic 3 Angular 4 app. This is how i call to get userData and it works fine import { AuthService } from "../../providers/auth-service"; public authService: AuthService, private loadingCtrl: LoadingController ) …

Mobile Development api json storage
Member Avatar for SimonIoa
0
667
Member Avatar for SimonIoa

Hello i want to create an app -not native- to work with iOS, Android, and Windows. I am working with Ionic Framework to do that. A programmer told that i should use CodeIgniter because i am good with PHP. Whats your opinion about Ionic and CodeIgniter?

Member Avatar for Dani
0
1K
Member Avatar for chandan_pathak

Hello everyone, I bought one tutorial to learn how to design Android App which used to install Android Studio to work on. However am getting continuous Gradle Sync error in it due to which I couldn't go ahead. Tried all the ways to sort it out given on the internet …

Mobile Development
Member Avatar for rproffitt
0
512
Member Avatar for new_developer

Hi there, I want to display images from internal storage into grid view. I have tried this code but i think its for external storage. File file= new File(android.os.Environment.getExternalStorageDirectory(),"image"); Kindly help me I don't have that much experience. Thank you.

0
317
Member Avatar for 9tontruck

Hi, I am not a mobile app developer but recently studying Cordova/PhoneGap for fun. I just studied FireBase and it was really awesome because it can do lots things without running my own server such as user auth/management, DB, file storage etc. But I am just wondering about the right …

Mobile Development android-development ios smartphone
0
368
Member Avatar for Zohre_1

Hello I'm try to use a hardware to create key for encryption in mobile devices( in a model at first) this is my question: can i get my keys from TPM? If is it possible, how can i do it?

Mobile Development encryption
Member Avatar for Zohre_1
0
643
Member Avatar for SimonIoa

I have a web app already running on the web. It is web responsive. I want to make update of it. I hear good things about Ionic and i started working on Ionic 3 with Angular. Its almost finished. Now i need help to sinish and publish it. I wanna …

Mobile Development android-development
Member Avatar for rproffitt
0
716
Member Avatar for Saboor880

Hello to all members! This post is not about programming, it is related to rights of digital content. I am posting here after searching on internet. Sorry in advance, but please guide me, I am in lot of confusion and frustration due to this. Actually I have made an simple …

Member Avatar for pty
0
407
Member Avatar for Mr.M

I have a code that picks contacts, the problem is that if a user pick a contact or choose a contact that was not saved on a phone but was saved on google contacts (This is a way many people now save their contacts so that should their phones are …

Mobile Development java
Member Avatar for rproffitt
0
941
Member Avatar for SimonIoa

Hello i have a Ionic Angular project. I haven't changed any of my files and i am getting an error `data is null` after `ionic serve` That means that i can't connect to my database. I havent made any changes on the database or change any of my files. Any …

Mobile Development
Member Avatar for SimonIoa
0
1K
Member Avatar for KushMishra

Hi, I am an absolute beginner to Xamarin and just started to develop a small application wherein, I am not getting any idea about why the BindableProperty changes are not getting reflected inside the view model. Presently, I have written my BindableProperty in a separate Class and the code is …

Mobile Development android-development ios xamarin
Member Avatar for KushMishra
0
994
Member Avatar for Saboor880

Hello! I have a grid view with the row model having a image view and text view in it. I set a custom adapter to populate the the grid view with images and texts successfully. But now I want to use a search view to filter the grid view on …

Mobile Development
0
731
Member Avatar for Saboor880

Hi I am developing an app for a specific facebook page. The problem is that when i load URL in mywebview.loadURL(https://web.facebook.com/CoversShopping/). The page opens successfully but the page always reload when the oreintation changes. This problem only occurs for the above type Urls(i-e when I give the link of specific …

Mobile Development android android-development
Member Avatar for rproffitt
0
459
Member Avatar for DavidCorbin

Want to check function source code using eclipse. Help pls I'm curious on how certain php functions are implemented internally. e.g. array_values(). So in eclipse, I control click on the function name, which took me to a page that contain function prototype definition,[ ](http://offingapp.com/)but contains no internal source code. ![eexm.png](/attachments/large/4/b25980a2e0f3d1b4e7d405a10afc23c2.png …

Mobile Development php
Member Avatar for rproffitt
0
473
Member Avatar for Saboor880

I have made a simple app which gets curren location (latitude and longitude). It is working perfectly. But now i want to take location updates. For this i implemented LocationListener interface . I overridded the metod On location Change, but when i run the application, this method does not respond …

Mobile Development android android-development
0
2K
Member Avatar for logicslab

Friends, I am using web service and forms for a number of situations in my project. But now when I try to use same strategy the data is not provided by the provider function. It gives ‘null’ value always. But I can see the value in chrome web console. page.ts …

Mobile Development json
0
382
Member Avatar for SimonIoa

Hello i made a ionic searchbar script returns the items[] ok but i want to connect it with my php authservice and return the results from a php function. I already connected my app with the authservice and i have returned JSON data in other pages so the authservice works …

Mobile Development json mysql php
0
460
Member Avatar for SimonIoa

Hello i want to pass the user id (uid) from the home page to a user Details Page. Because i display multiple users on my home page i don’t wan to pass the user session id (as given by the `JSON.parse(localStorage.getItem("userData"));` ), i want to click on the name of …

Mobile Development api dataset json session
0
588
Member Avatar for logicslab

Friends, I have a search list as shown in image below ![View3.png](/attachments/large/2/d1321f559022df4c5850e9a5fce3635e.png "align-left") When clicking on a result i need to show that detaIls on same place without going to another page ( like ajax in web) . I click first row in search result got that details as shown …

Mobile Development html-css
0
268
Member Avatar for asit_1

We are developing a travel app project to facilitate customized travel experience. Where traveller can plan its trip by selecting various facilities like ATM, Restaurants, attraction points while traveling from an origin to destination. Facilities coordinates across India has been stored in our database as prerequisite. I am looking for …

Member Avatar for Schol-R-LEA
0
367
Member Avatar for SimonIoa

Hello i want to run my Ionic Project on my android device when i run `ionic cordova run android` on node.js command prompt i am getting this error ..... [14:26:25] webpack finished in 8.20 s [14:26:25] sass started ... Witout `from` option PostCSS could generate wrong source map or do …

Member Avatar for SimonIoa
0
3K
Member Avatar for Mr.M

Hi Dw. This is my first Android app, and what I'm trying to do is to post a POST/GET method to my webserver using Http in Android studio. I also have a Textview which suppose to display echoed data from server which will be a response to a request since …

Mobile Development first-post java
Member Avatar for Mr.M
0
729
Member Avatar for Saboor880

Hello! I have installed android studio 3.0.1 in my laptop . I had some android projects in my desktop computer (with older version of android studio) But after installing latest version(3.0.1) of android studio in my laptop, i copied projects from my desktop to my laptop and opened that projects …

Mobile Development
0
439
Member Avatar for Robert_73

Hello, all can anyone have some information on how to develop a simple iphone app..? (its for an FYP)

Mobile Development android-development ios iphone
Member Avatar for crystal_1
0
748
Member Avatar for squeak24

I have two apps that are both open source, I am using Swift on iOS. I want to incorporate one into the other. The main App is a radio station, the second is a news feed. I want the news feed as a "sub project". After a few days of …

Mobile Development apple gui ios open-source
0
393
Member Avatar for SimonIoa

Hello i have a problem with my Ionic App. I am using typescript files. I am getting console log `No Access` that means there is a problem with `resposeData`. Any hint? I am really stuck home.ts file import { Component, ViewChild } from "@angular/core"; import { NavController, App, AlertController } …

Mobile Development dataset json php typescript
0
415
Member Avatar for Clif40RD

I've been trying to archive my xamarin.android project for publishing but I keep getting this error: Error MSB4018: The "LinkAssemblies" task failed I've searched this error and tried the suggestions that I came across and none of them worked. One weird thing I noticed though is that when I set …

Mobile Development android c# publishing xamarin
Member Avatar for Clif40RD
0
1K

The End.