|
It doesn't quite work like that.
We do not do your work for you.
If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.
But be aware: you get what you pay for. Pay peanuts, get monkeys.
The idea of "development" is as the word suggests: "The systematic use of scientific and technical knowledge to meet specific objectives or requirements." BusinessDictionary.com[^]
That's not the same thing as "have a quick google and give up if I can't find exactly the right code".
So either pay someone to do it, or learn how to write it yourself. We aren't here to do it for you.
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Although I had the idea of doing the same thing, in order to force my systems to prevent me from using them during the prayer time. But, somehow I could not finish it at all.
Anyhow, the best approach to solving this problem is using the Android Alarm system. Set an alarm in the device, and it will remind you, you can do that programmatically. Unlikely it is that your Android will know when it is the prayer time for you. So you will have to feed it yourself. Since we are able to do this programmatically, we can utilize an API or a service provider that gives the prayer time for a certain location. Then you can blend the time with the location APIs in Android, and receive the information about that time.
Lastly, just make sure to follow the time and offer the prayer. Good luck!
Schedule repeating alarms | Android Developers
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
I just have a quick question about designing a ride sharing app. When you program an app how close to the copyright laws can you get. I know Uber's algorithms have copyrights and so do Lyft's. So how hard is it to program a ride sharing app without getting sued. Has anyone encountered this? I guess I would have to hire a copyright attorney. Any advice would be great.
|
|
|
|
|
ericbruhaha wrote: I guess I would have to hire a copyright attorney. Exactly. This is a technical forum, not a legal one.
|
|
|
|
|
the first thing to do is to contact your legal attorney, then you find a way of incorporating the information provided by your attorney into the app.
|
|
|
|
|
The chance of you duplicating their systems and violating copyright laws is near zero, unless you own some of their code. It's also not like you're not allowed to use a for-loop since it occurs in their code.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Hi Eddy, So are you telling me that if I duplicate an app in my own code then I have nothing to worry about. Meaning I just do the design in a similar way. I'm assuming that is exactly what Lyft did to Uber. Am I correct in thinking this way?
|
|
|
|
|
Not just the app, but everything, including graphics for the buttons. Then no, you don't have to worry.
Swap your idea with other software, and ask the question again; someone built a [database server|chat application|space game] and you want to build one too. Copyright means you're not allowed to sell their code as if it is yours, doesn't mean you're not allowed to build games.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Great! Thanks for the information
|
|
|
|
|
You're welcome.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
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 i search i came across a Service. but now i see this is implemented differently on each platform. Most examples i get are examples where one is binding the Control in Android Project. WhatUp if my Data binding is done in Xamarin Form (Standard Class) .
1) Can i kindly have the example link or code that refresh any control from a Service that runs in Intervals
2) Update the control that is hosting in a PLC or Standard Class
Thanks
Vuyiswa Maseko,
Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.
C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vimalsoft.com
vuyiswa[at]vimalsoft.com
|
|
|
|
|
Service itself is a concept that is tied to Android platform, you will not find the same concept (check how Service s run, and on which thread), and every platform (iOS, Windows) has its own implementation and best practices for a Service, that is why Xamarin.Forms itself does not have any such library or object. You can however always create your own service that utilize thread pool threads, and runs a job at an interval.
Now what you want is a service that services for data, and displays it in the ListView . This has 2 parts, one is the background service that retrieves the data from Windows Service (might it be an API or something that you have!) and the other part is that feeds the data to the UI. This can be solved, if you write a service component, that reads the data inside the Page . This way your Page will have the data that needs to be shown. Now, the last phase of displaying the data can be done using ObservableCollection<T> , this will automatically map the elements to your ListView. See this for an example of how this can be done, ListView Data Sources - Xamarin | Microsoft Docs
So, to wrap, you need to create a (most likely DI based) Service, that will create either a platform dependant or Xamarin.Forms dependant service, and that service should return the data to your Page (an asynchronous API will help even better, enabling your page to refresh only when the data is available without the need of setting a timer and checking for updates), and then lastly bind the data to the page.
How to add background service in Xamarin forms — Xamarin Community Forums
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Thanks for your valuable advice. I used SignalR and it worked for me.
|
|
|
|
|
I am trying to make little app with html javascript with database websql in my computer i have some problem when to send the data from websql to my server is there anybody can help me give a sample app write in javascript and the php also.
thank you
|
|
|
|
|
Does this have something to do with mobile devices?
And if you want sample code then you need to search for it. Use Google or go to the CodeProject Articles section.
|
|
|
|
|
This is my first ever attempt at Xamarin Forms. I followed this Quick Start
When I run it i get the error
DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.16299.0 or higher. You currently are running version 10.0.15063.1155. Please update your OS, or change your deployment target to a device with the appropriate version.
I found this SO post about this very error. When I try the fixes it produces a bunch of compatibility errors.
When I open the project's Properties the Targeting area shows:
Target: Universal Windows
Target Version: Windows 10 Fall Creators Update (10.0; Build 16299)
Min Version: Windows 10 Fall Creators Update (10.0; Build 16299)
I am developing on Windows 10 Enterprise Version 1703 (OS Build 15063.1155)
I'm pretty clueless here. I've been Googling this but the answers seem to involve updating the OS
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
What is the best way to integrate cryptocurrency price checker into web page?
|
|
|
|
|
Hey! The website already exists or you will create it, and do you have any examples of what kind of price checker you would like to integrate, because I have created an web version of crypto tracking app
|
|
|
|
|
No I am creating it from 0 point right now, I have checked some ideas from my possible competitors. The thing is I want integrate real time charts that would e visually attractive
|
|
|
|
|
Could you please give me some visual examples or sites so that I understand the concept and I can give my opinion and integrate my expoerience
|
|
|
|
|
Since this information is shown on stock websites, I think that this is possible.
|
|
|
|
|
Message Removed
modified 22-Jun-18 14:02pm.
|
|
|
|
|
I've tried downloading jdk-8u161-windows-x64 and jdk-8u162-windows-x64 and they dont pop up in my folders when i browse for files to insert, i have an asus notebook could i ave possibly downloaded the wrong bit for the program or have i downloaded the wrong file all together? Please help, -Rookie
|
|
|
|
|
It does not depend upon the manufacturer of your machine, rather the architecture they have manufactured. On Windows machine, go to PC properties, and check what OS you have. If it says something like, x64, then you have it right otherwise consider the 32-bit version of the JDK.
Secondly, Oracle website has the content that you need, Java SE Downloads - NetBeans + JDK Bundle, there you get the NetBean and JDK version installed together.
Remember, — apart from the pain that Java programming causes — the most painful part of Java development is being told that JDK is not found. The main issue of this is that you might have not set the JAVA_HOME environment variable, you need to have that set in order to allow your Java programs to run successfully.
Installingthe JDK Software and Setting JAVA_HOME (Using the GlassFish ESB Installation CLI)
Apart from these, I do not see any reason what might cause NetBeans to not start and cause an issue with your, or due to you JDK. If this does not resolve the problem please share the error message you get.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Does anyone know of an app that can read a QR code and can access the device's unique ID (either phone number, mac address, or...).
EDIT ===================
On the other hand, I suppose I could use a cookie (that expires after 24 hours or something like that) to identify a device...
".45 ACP - because shooting twice is just silly" - JSOP, 2010
- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
modified 11-Oct-17 13:25pm.
|
|
|
|