|
|
Now, it is time to read and learn something about sync data between sqlite and mssql
Thanks 
|
|
|
|
|
It sounds like you already know many of the basics, so the next step is to figure out how to implement the conditions you listed. You reminded me of this question when I was studying cotlin, but to write, also required a database. You will need to figure out how to establish a connection between the client and the server, and how to ensure that the data is synchronized when the connection is resumed. In addition, you'll need to figure out how to ensure that the data on the server updates itself, and how to make sure that client data isn't lost even after a device reboot. Good luck!
-- modified 26-Jan-23 9:58am.
|
|
|
|
|
|
Hi
I'm new to Kotlin and I would like to declare an two-dimensional ArrayList (450/10)
But it didn't work - tried different versions like
ArrayList<ArrayList<String>>
or
arrayListOf<String>(arrayListOf())
But it seems not the right one
Can someone help me?
modified 7-Dec-22 18:22pm.
|
|
|
|
|
|
I would like a data structure like this
a b c d e f
a b c d e f
a b c d e f
a b c d e f
and would like to access [2][3]=c
|
|
|
|
|
|
I've checked the many blogs and forums and github but nothing found related/help for implementing shoutcast v1 or v2 in android, only ref which is helpful I've found in github is this:
https:
but above code only work with icecast server and also very limited use and files which is used for broadcasting is *.so files so we can not change or override the exiting methods.
is there any guide or helpful link or source code which I can use to build shoutcast broadcasting in
|
|
|
|
|
Would that be something that could be answered here?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
How to develop mobile background service to fetch battery information using javascript?
|
|
|
|
|
That's a tall order. Which piece do you need help with exactly? Do you have experience coding other Android apps?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
If you want to know more about this you need to dig inside the documents and read them from the Intend Service. The battery status is generally taken by the Battery Manager which broadcast all the battery and charging details.
|
|
|
|
|
I am getting an an error when I try to display 2 input views. They are captured in one fragment screen and then I try to display them on a second fragment screen. The navigation works but they display as resources?... i do not even know what it is called.
This is the setOnClickListener that calls up that screen. I suspect it has something to go with safeArgs
binding.buttonConfirm.setOnClickListener{
val username = binding.editTextUsername.toString()
val password = binding.editTextPassword.toString()
val action = LoginFragmentDirections.actionLoginFragmentToWelcomeFragment(username, password) findNavController().navigate(action)
}
Screenshot with error
Screenshot of debugger watches
|
|
|
|
|
You need to get the text value from editText
val username = binding.editTextUsername.text.toString()
|
|
|
|
|
|
It is known as "intellisense" where the IDE pops up information found in the source code of system libraries. It helps the developer to understand the requirements of system, or other, library calls.
|
|
|
|
|
how does camscanner works... whate are the algorthems
|
|
|
|
|
You'd have to ask the developer, rather than a random bunch of strangers who have nothing to do with the app.
But unless it's open-source, they're unlikely to tell you how their proprietary app works.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
I would be very glad to partner with people to make a app game with many futures. The main point in the game is capitalisation and overpowering with real life mafia design.
|
|
|
|
|
I have an idea for an app but I'm very confused and don't know where to start I want to program an application to search for contacts by name or phone number use java or kotlin or flutter
The mechanism of its work is when the user installs the application, the contacts are pulled from the phone and then uploaded to an external database. This process is done for all users so that when one of the users tries to search by phone number, it displays all to him from the database the names that are registered in all other users’ phones I ask fellow engineers to help me from where to start and how to program it Thank you from the bottom of my heart
|
|
|
|
|
Start by writing down on paper a precise specification of what you want your app to do.
Then research the available languages and frameworks, and pick one that will do what you want.
Learn that language and framework. Write the code for your app. Test and debug until it works.
Then, based on the description of your app, hire the best lawyer you can afford. If it ever gets into an app store, you'll end up being sued for massively breaching your users' - and their contacts' - privacy.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Salim Alghiathy wrote: The mechanism of its work is when the user installs the application, the contacts are pulled from the phone and then uploaded to an external database. That doesn't sound safe/legit at all. Taken at face value, it's just pilfering users' contact database without their knowledge.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
The phone already a contacts database, and your app, as useless as it now is, will need the users permission to get at that database. So your essentially bypassing the security of your contacts database.
Now, try to understand this from the users point of view. "You want to upload all of my contacts to some central database? FOR WHAT NOW?" "F*** that!" Why on earth would anyone want to search the contacts of, say, their ex-gfs phones? I assure you it's for nothing legal.
How are you going to prevent spammers from getting their hands on that data? I'm sure everyone would love to get spammed from your contact database (not!)
Your app idea is going to get you sued the first time it's used for the wrong purpose, and it's really easy to do that! You'll be paying that judgement off for the rest of your life.
Drop the idea. Nobody in their right mind would subscribe to it.
|
|
|
|
|
Errm... isn't this is how Truecaller works?
I use it.
Drop it - it's been done already.
|
|
|
|