Member Avatar

Hello guys, i made an app icons generator Iconify. It is built with HTML, JavaScript and css. It can generate a full set of icons in various sizes for Android, Ios, Flutter, React Native, Windows Phone, etc. The product is for free and everyone can try it out. I will be very glad if you can help me test it and give me some feedback. Here is the link : https://www.iconify.pro/ Thanks.

Member Avatar
0
5
Member Avatar

Practically it is not possible to zero on Swiggy clone script as the best one in the market as it is subjective. However, by following certain strategies, you will be able to develop the best Swiggy clone script. I would suggest hiring a reputed professional app development company initially. The future of your app entirely relies on the skills of your development team; you need to hand over your project to experienced hands. It would be better if you hire a development team that provides white-labeled Swiggy clone app solutions as it enables you to make unlimited customizations. Another critical …

Member Avatar
0
5
Member Avatar

Hi everyone! Is there a way to delete ring tones from an iPhone? I linked my phone with my Windows 10 computer and iTunes, but under the tones section there is no list of tones to find and I have a couple of tones I do not want anymore. All comments are accepted, thanks in advance!

Member Avatar
-1
10
Member Avatar

I am developing an android app for the first time and I wanted to make the sessions for login and logout. I saw that most of the people suggested using SharedPreferences. But how can I check if the user logged out? If the user does not and clicks on my app, then the sign in page won't show up! The user can immediately go to the main page. Here is my java class file where the user id and password would be asked... package example.hiitattendance; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import …

Member Avatar
0
14,432
Member Avatar

My php is regularly stopping so I need some idea of database. Can you provide?

Member Avatar
0
69
Member Avatar

I see countless of so call "docks" or "toolbars" that all share the same features: 1) they only take up part of the android screen 2) they can be collapsed and popped up by a single fingertip (either on the side or as an icon in the notification bar) 3) they show up recent/favourite apps The reason why I want to create my own "dock" is because I try to either find or create a such dock that shows - not your favourite apps, not your recent apps, but - all open/running apps. Like the icons you see in taskbar …

Member Avatar
0
480
Member Avatar

Hi to all! I am making an android app for a ready made social medial website. Website url is: "www.MixMasala.in" I am using webview for this site, all the functionality working accept two. As this is a social media website it has also audio and video calling option. When I use this website on regular browser such as Chrome, audio and video calling also works perfectly, but when I open this site in android web view then audio and Video calling don't work i-e interface of video and audio calling options open but voice and video can't be heard and …

Member Avatar
0
41
Member Avatar

Is it possible to build an MLM Mobile App from scratch? As you can see many MLM mobile Apps provider are there in the market. At the time of my MLM Business need, I searched for many [MLM Mobile App](https://infinitemlmsoftware.com/infinite-mlm-mobile-app.php) app providers in google. Many of them are demanding high amount for the development procedures. I dont want to spend that much penny for my initial MLM mobile app development. Can Anyone help me to build MLM Mobile App?

Member Avatar
0
665
Member Avatar

I just bought a Figo Nitro 4X cell phone (Android 8.1) phone for my son. When I connect my cell phone (Figo Android 6) to my Windows 10 laptop it displays in file manager with an icon that I can open to see all the folders on my phone. From there I can easily copy files back and forth with file manager. When I plug in the new phone I still get the icon but when I open it I get a blank screen. No folders. The USB settings I have available on the phone are: 1. Charge Only 1. …

Member Avatar
0
244
Member Avatar

I’m looking for a music app to play my music library for Android, here’s what I do and don’t need. I don’t use monthly pay services or use DRM is encumbered music Files. I have a library on my computer consisting of mp3, flacc, and wav files. I want to simply sync the library from my computer to the micro as card that goes in my phone. So I need a player that can play all the formats mentioned above and read music from the specified directory on the sd card. Any suggestions? Thanks.

Member Avatar
0
16
Member Avatar

I want free search for all sites

Member Avatar
0
104
Member Avatar

I am taking a class on RN with Kotlin and got stuck on this assignment. When I try to pass an array of integers from JS to Kotlin, I get the error java.lang.RuntimeException: Got unknown argument class: int[]. Calculator.kt @ReactMethod fun getSum(values: IntArray, callback: Callback){ var total = 0; // get total callback.invoke( null, total) } From JS i call it like this: KTFile.getSum([1,2,3],(err,ok)=>{ }); but it crushes immediately with the error: java.lang.RuntimeException: Got unknown argument class: int[] when passing a JS array to a java

0
9
Member Avatar

I am making an adroid application. I am saving sales data on firebase with current date. I have formatted the System.currentTimeMillis() into SimpleDateFormat. The date is successfully stored on firebase . Now I want to retrieve sales between two dates. I made two demo sales, one on (30-5-2019) and second on (31-5-2019). For retrieving the sales data I have just put two above mentioned static dates in my Query and ran it . The problem is that it only gives me one sale record between two dates. It should give me 2 sale records. Below is my source code. // …

Member Avatar
1
2,346
Member Avatar

Hi! I am now using androidx libraries in my andriod application. But the problem which I am facing is that the Image view of androidx library does not show/display any image on android 5(i-e lollipop) real device. But if I run the app on emulator , then my imagview shows the loaded image on android 5/lollipop. I am pasting my code of imageview. Kindly guide me what i can do to solve it. Folloiwng is my xml for imageView <androidx.appcompat.widget.AppCompatImageView android:id="@+id/imv" android:layout_below="@id/ed_note" android:layout_width="100dp" android:layout_height="100dp" android:layout_marginTop="10dp" android:layout_marginLeft="10dp" android:layout_gravity="center_horizontal" android:usesCleartextTraffic="true" android:adjustViewBounds="true" android:scaleType="fitXY" android:background="@drawable/imageview_border" > </androidx.appcompat.widget.AppCompatImageView> Now I am pasting java code for …

0
81
Member Avatar

Many aspiring entrepreneurs want to start their business online but quite a few of this lot actually succeeds in turning their awesome application idea into reality. The question arises, what to do with a crazy app idea? Generally, businesses having their own mobile apps, ensure a strong connection with their customers or end-users. This connection nourishes when the business improves the overall user experience which further implies more sales and increasing revenue. Here in this article, we will unravel some of the most useful tips you can employ to give life to your app or a game idea within the …

0
386
Member Avatar

Hi all, I am doing web services for an Android application which sends push notification. Below is the scenario: 1. I have 100s of customers registered on the website 2. Each user has his own subscribers list 3. Each user can schedule the push notification to be sent at a specific time 4. I will be running a cron file which will check for the messages to be sent Now I want to know that let's say there are 5 users A, B, C, D, E 1) User A has scheduled 10000 messages to be sent at 1 PM 2) …

Member Avatar
0
275
Member Avatar

Sometimes when I'm connected to a WiFi, Firefox can't connect to any page saying something about proxy refusing connection.

Member Avatar
0
100
Member Avatar

Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the `message` or `body` it shows just the icon only if the notification was received when the App is open, and it shows the `title` and `body` if the notification is received when the App is not running. Basically what I'm trying is to get the `message` and put that on a textView so that it is seen on the actual App when you click the notification. Here is my `FirebaseMessagingService` …

Member Avatar
0
995
Member Avatar

I'm writing a VERY simple clock to run on an old tablet using Android Studio - it displays the current time and day (I'm retired and regularly forget what day it is). I want to add the first calendar event for the current day to the display so it goes something like: 7.30 Tuesday 10.30 Discussion Group Like a lot of functions in Andriod, doing something really simple still means digging into all sorts additional layers of code, plug-ins, permissions and so on and I haven't been able to find a worked example of how I read the calendar (on …

Member Avatar
0
213
Member Avatar

I am trying to set up a json object.array to retrieve the data from this mysql query. the data required is posted from java and that seems to work fine, but I get parsing errors. I tried testing the php file and I get the "Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\GetVerse.php on line 8" . previously I had a ';' at the end of the sql query and it said unexpected ';' at the end of line 7. now it i get the error message for line 8: $row = mysql_fetch_array($result); . What seems to be the problem? …

Member Avatar
0
2,550
Member Avatar

Hello i am using Ionic 3 and Angular 5. Does anyone has an example for displaying items in different ion-cols (col-6, col-8,col-12)? Pinterest wise?

Member Avatar
0
1,612
Member Avatar

Hey all long time no see!! As i started Internet Marketing i quited to code but somehow everything is about coding... :D So i am trying to come up with new method but i will talk about that in the next thread :) so I am trying to create push notification and when i click on it to open an URL in a browser, i am using PendingIntent but i have truble doing that. Here is the code i have class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) lateinit var notificationManager : NotificationManager lateinit var notificationChannel …

Member Avatar
0
1,919
Member Avatar

I have developed a game for android mobiles ["Rise Up Air Balloon"](https://play.google.com/store/apps/details?id=com.abacus.riseup). I want to updatte it. Kindly suggest me something if it is better to update https://lh3.googleusercontent.com/rB-fPEBiaGzT_ubSzCtSfftC4pKkIm5buAS2_DhQz4_exYFCrjbcN2T1NhkmM0A3Jj0=s180-rw

Member Avatar
2
1,158
Member Avatar

Hello, I am newbie and start learning Android mobile programming using react native.. I encounter a problem using setState state, it's keep show an error : **"Can't find variable : setState"** import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, } from 'react-native'; export default class WeatherProject extends Component { constructor(props) { super (props) this.state={appendText:'crazy!'}; } render () { return ( <View> <Text onPress={() => setState({text: ' Native'})}>{this. props.setState +" "+ this.state.appendText}</Text> </View> ); } } AppRegistry.registerComponent('WeatherProject', () => WeatherProject); Could someone pointed where is the problem in the code?

Member Avatar
2
908
Member Avatar

Hello, I want to know if the following is fact or fiction. I'm told you can build one codebase in ReactNative,** then compile out Binaries for iOS, Android and Windows with little customization.** To clarify...''...the heavy lifting R&D is done in RN, and the Binaries "just pop out" with little $$cost or effort. All comments welcome! David

Member Avatar
1
1,923
Member Avatar

I understood that it is not possible to run C code with gcc for a file in sdcard directories, sudo is required. But I see that it's possible to run Ruby files with Ruby. I don't understand why. Can someone say me what languages can be run in sdcard in the terminal?

Member Avatar
0
367
Member Avatar

My wife got a VeryfitPro fitness monitor for Christmas. I have the app loaded on my Android (6) phone and was hoping to install a companion app on my Windows 10 laptop but the only thing available is to install an Android emulator on Windows 10 then load the phone app into that. I did a google search and found a list of the 7 best emulators. The list was 1. BlueStacks 1. Remix OS Player 1. Droid4x 1. MEmu 1. Nox Player 1. AMIDuOS 1. Windroy I tried Bluestacks and ended up at an online poker site. Remix resulted …

Member Avatar
4
7,608
Member Avatar

I want to Develop A mobile app in android for like facebook. Can anyone suggest me any company and the cost of the App?

Member Avatar
-1
168
Member Avatar

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 does open the web page, but inside the browser app, how can I open the web page inside my own app? What specific changes do I need to make on my .java activity file, and my .xml layout file? [CODE]// part of .java activity file WebView webview = new WebView(this); …

Member Avatar
0
1,329
Member Avatar

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

Member Avatar
0
348

The End.