1,534 Topics

Member Avatar for
Member Avatar for RmoteState

I’m planning to develop an Android application and want to work with a Trusted Android App Development Company. With so many options available, what factors should I consider to ensure reliability and quality? Should I evaluate their portfolio, client feedback, and technical expertise to choose the right partner?

0
3
Member Avatar for Nicholas_25

In my hometown, I'm a budding entrepreneur with a cab business that I'd want to develop to meet current market demands. It would be more expensive to create a mobile app for both iOS and Android. As a result, I resorted to Android to build my own taxi booking application. …

Member Avatar for marthaspooner
0
185
Member Avatar for nitesh_7

Hi, I’m curious how others here handle missed calls at work. We’re a small team and a lot of times calls come in when we’re already on another call, in meetings, or just busy. Voicemail hasn’t really worked for us — most people don’t leave messages anymore. We’ve tried a …

Member Avatar for WendyDolan
0
52
Member Avatar for Jameswood32

I'm planning to develop a mobile application and am in the process of selecting a development partner. With so many options available, what factors should I consider to ensure I choose the right mobile app development company? Are there specific credentials, portfolios, or client testimonials that are particularly telling of …

Member Avatar for Zemin
1
202
Member Avatar for somon

can anybody please give me some serious piece of advice on Video Streaming? I have this app which streams video and all other bunch of staff. i've finished all other parts only this video streaming left, i'm new android development too, so please kind people help

Member Avatar for Mr_659
0
86
Member Avatar for afnanshaikh1223
Member Avatar for KamalDeepPareek
Member Avatar for Jameswood32

Hi all, I’m deciding between developing a native app (iOS/Android) or using a cross-platform framework like Flutter or React Native. What are the pros and cons in terms of cost, performance, and scalability? What do you recommend based on your experience?

Member Avatar for OctalITSolution
2
79
Member Avatar for dimitrilc

## Introduction ## The release of Android 12 also came together with Material 3. Whether you love it or hate it, it is likely to be here to stay for a couple of years, therefore, it would be useful to know how to use it. In this tutorial, we will …

Member Avatar for Advika_1
2
3K
Member Avatar for James_228

Hey Flutter devs I’ve been learning Flutter app development for cross-platform app development and I’m starting to get into more advanced stuff — but one thing that still feels a bit unclear is state management. I know there are several options like: setState() Provider Riverpod Bloc GetX, MobX, etc. But …

Member Avatar for wrteam
0
111
Member Avatar for dckumawat05

Hey I want to Develop A mobile app in android for my food business. Can anyone suggest me any company and the cost of the App? Thanks

Member Avatar for wrteam
5
2K
Member Avatar for dimitrilc

## Introduction ## In a previous tutorial, we learned [how to create a notification on Android](https://www.daniweb.com/programming/mobile-development/tutorials/536756/android-native-how-to-create-a-notification#post2282507). In that tutorial, we did not have to request any permission because applications did not need permission to post notifications on Android 12 and below. It has been almost a year since the release …

Member Avatar for Inamullah_1
2
785
Member Avatar for Mr.M

Hi DW. I'm a bit confused and lost on how this App is working called Ha Tunnel Plus (You can check it on Playstore, and have a look on YouTube for the configuration file). Basically it somehow uses the internet connection of the server, it tunnels it to your Android …

Member Avatar for Liam91
-2
986
Member Avatar for blockard

What model of Android phone would you start with for testing a Java app? Is there one phone of which you can say, "Well, it works fine on here. There’s a good chance it’ll work on 75% of other Android phones and tablets"?

Member Avatar for Ulfson
-1
79
Member Avatar for manmohan419

I'm currently working on enhancing the user experience for the <snipped> app, and I've run into a bit of a roadblock. I'm trying to optimize the game lobby to ensure smooth navigation and quick loading times, especially as our user base continues to grow. However, I'm finding that even with …

Member Avatar for jonathannweyer
0
133
Member Avatar for Warren_12

When my app loads I need to establish the membership "status" of a user. Their "status" will determine how the app behaves. Do I query the database for the "status" value each time the app loads, or can it be sourced from cache? The "status" could change for a user, …

Member Avatar for jonathannweyer
0
156
Member Avatar for KamalDeepPareek
Member Avatar for Dani
-1
21
Member Avatar for KamalDeepPareek
Member Avatar for 杨_659

**English Translation:** Hello everyone, I’m Chen Yang. It’s been a while since my last update. The main reason is my busy schedule with my full-time job, leaving me little time for writing. Additionally, I’ve spent the past six months learning HarmonyOS ArkTS, and now that I’ve reached a semi-proficient level, …

0
101
Member Avatar for jasoncavill

Hi, I'm Jason Cavill, an app developer at Trango Tech which is based in Dallas, TX. As a part of the growing tech scene here, I'm constantly learning and adapting to the ever-evolving landscape of mobile app development. I’ve been collaborating with other to create innovative solutions for clients. However, …

Member Avatar for pritaeas
0
19
Member Avatar for AsifJavaid_1

Hi All, I am Asif. I want to develop a mobile application in Android and iOS using Google AR spatial api. After running the sample applications in Google Code Labs, we are getting an error, VPS is not available in your region. Yes we know it is available mostly in …

Member Avatar for graceweb
2
106
Member Avatar for devxzap

I am a UAE based student looking to develop a Fintech mobile application that handles p2p transactions, card payments and merchant solutions. I don't have a coding background looking for resources. How can I start?

Member Avatar for rproffitt
0
61
Member Avatar for Mr.M

Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying unable to resolve dependency no matter which version I try I get similar error differs with version number.

Member Avatar for WilliamOG
1
145
Member Avatar for Paulmescal

"Hello everyone, I'm currently working on developing a shopping app, and I'd like to gather some insights from the community. What do you believe are the essential key features that should be considered when developing a shopping app? Your expertise and suggestions would be greatly appreciated. Thank you!"

Member Avatar for khushnuma_1
2
327
Member Avatar for Nguyen Van Cuon
Member Avatar for Stefce

Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need the source code to change something a little bit. I tried using [javadecompilers](http://www.javadecompilers.com) but i did not get the main …

Member Avatar for Umar_35
0
2K
Member Avatar for Nico_3

Hallo, I have an AP, connected to a router with 2 repeaters connected. I need to know when unknown users connect (play alert) and test if users are connected and if routers are online (play notification). Also test Internet connection. All in one solution. I have in mind you use …

Member Avatar for rproffitt
1
51
Member Avatar for Mikekelvin

When working with RecyclerView, always utilize the ViewHolder pattern to improve performance by minimizing the number of findViewById() calls. public class MyAdapter extends RecyclerView.Adapter<MyAdapter.ViewHolder> { public static class ViewHolder extends RecyclerView.ViewHolder { TextView textView; public ViewHolder(View itemView) { super(itemView); textView = itemView.findViewById(R.id.textView); } } @Override public ViewHolder onCreateViewHolder(ViewGroup parent, int …

0
89
Member Avatar for dimitrilc

## Introduction ## In Android Studio, we can run multiple tests in parallel across multiple devices using the dropdown menu. ![Screen_Shot_2022-09-26_at_3.02.02_PM.png](https://static.daniweb.com/attachments/4/a7966192c6b1c265a65010a9d1fa236d.png) Running instrumented tests this way is very convenient during development, but there is a problem with this method when your tests are run on a remote build server: * …

Member Avatar for John_387
3
843
Member Avatar for Olivia_19

Olivia George is a highly skilled Android App Development Specialist, currently employed at Chawtech Solutions, a renowned android app development company in usa. Olivia is dedicated to crafting outstanding mobile applications that provide valuable solutions to users' needs and aspirations.

Member Avatar for pritaeas
0
32
Member Avatar for Clif40RD

Hi Everyone 👋🏼, I'm in a bit of a pickle, hopefully someone can provide some guidance. I have stale Firebase notification tokens in a database for an existing Xamarin application, initially (years back) the application never contained logic to refresh notification tokens. With the most recent update to the application …

Member Avatar for Clif40RD
0
141
Member Avatar for Leonidas_3

Uninstall/reinstall or update Android Studio for this case...? My Android Studio App hasn't been updated and used, for 3 years since September 2020,... on my Windows 11 Pro PC,... Any idea about my question Uninstall/reinstall or update Android Studio ...? I plan return to continue, in Android hybrid app development …

Member Avatar for Leonidas_3
0
117
Member Avatar for tarun Nagar

Dear community members, I'm exploring the development of a real estate app and would love to tap into your expertise. In your experience, which programming languages and frameworks have you found to be most effective for building robust and feature-rich real estate apps? Your insights and recommendations will be greatly …

Member Avatar for Gulshan_6
0
90
Member Avatar for tarun Nagar

**I am looking for resources for medical delivery app developers. I am particularly interested in learning about: ** * The different technologies that can be used to develop medical delivery apps. * The regulatory requirements for medical delivery apps. * The best practices for designing and developing a user-friendly medical …

Member Avatar for rproffitt
0
48
Member Avatar for Mindmade
-2
22
Member Avatar for Mindmade
Member Avatar for graycelltech
-2
143
Member Avatar for Mr.M

Hi DW, I'm having an issue on my Android studio I'm getting this error `Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.gms:play-services-measurement-api:[16.0.3].` Does anyone know how to solve this error?

Member Avatar for Mr.M
0
41
Member Avatar for AnuragJain12

The cost to build an app like BBC News will vary depending on many factors, including the complexity of the features, the platform compatibility, the design requirements, the rates of the mobile app development company, and even the geographical location of the news app development services. We’ll break down some …

0
30
Member Avatar for Mindmade
Member Avatar for Houssem Eddine

Hello everyone I have problem when I want to Add Project Dependency for my Palette's Components such as GridLayout, it tells me that : "This operation requires the library androidx.gridlayout:gridlayout:+. Problem: Inconsistencies in the existing project dependencies found. Version incompatibility between: - com.google.android.material:material:1.9.0@aar and: - androidx.appcompat:appcompat-resources:1.6.1@aar With the dependency: - …

0
40
Member Avatar for Mindmade

Hi Guyz, Why is Include high-grade encryption and a reliable SSL in your list of mobile app development security practices is important?

Member Avatar for rproffitt
-1
18
Member Avatar for Kare12

Hi, I am a beginner. I am trying to get a audio notification when the Android battery is full and low. I understand the logic. As in, check battery status, then if battery_full run Android Media Player. I am trying to use it for my home needs. This is the …

Member Avatar for Kare12
0
75
Member Avatar for Mindmade
Member Avatar for Toro_1

Hello! I have created a project on Android studio, and i use java as langage, i want to create a biometric system with fingerprint, what i mean is that i want to use android fingerprint device to get fingerprint id and store it in MySQL with some personal informations, so …

Member Avatar for vincentlnalls
0
242
Member Avatar for carlojay94

I am working as a Business Executive at UberDoo, a well-known mobile app development company specializing in Uber clone development. As an experienced IT specialist, I works relentlessly to give his clients the best mobile app solutions.

Member Avatar for Akira350lth
0
27
Member Avatar for Mindmade
Member Avatar for Mindmade
Member Avatar for Mindmade
Member Avatar for rproffitt
-2
22
Member Avatar for tarun Nagar

To hire an android app developer, you must consider the following steps: 1. Prepare a technical description of your project 2. Choose the most suitable model 3. Carry out technical interviews 4. Finalize the agreement and sign the contract Following these steps, you can easily hire an android app developer …

0
19
Member Avatar for Joshua_Jackson

A standard Android strategy includes various testing types: integration testing, system testing, operation testing and unit testing subject to the features of the tested mobile applications. Other types of tests would also be done if needed, based on the application’s features.

Member Avatar for rproffitt
0
36

The End.