Python Forum
Synconizing mobile app to desktop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Synconizing mobile app to desktop
#1
Just looking for some expert direction on things to research to achieve the following.Note i am just learning python but have programmed some in VB. I want to create an app. that runs on either iOs or Android and desktop. I need to update/sync. data in a relational db. I was considering SQLite as the db, use SQLiteStudio to aid in building tables and dependencies, use SQLAlchemy for mapping to db, and Kivy to create mobile GUI.

What exists to synchronize mobile to desktop?will the same work for both iOS and Android?
Do i have to use TKInter for the desktop GUI and Kivy for the mobile GUI?
What other major hurdles do i need to consider on the onset?
thanks for any input.
Reply
#2
I wrote a tutorial on the entire sqlalchemy ORM process, from obtaining data to sqlite database creation.
The entire tutorial can be completed in a few hours, and is located here: https://python-forum.io/thread-24127.html

Kivy can be used for both mobile and desktop apps, I suspect that it can be programmed to work on both iOS and Andriod, but not sure of this.
Googling 'coding Kivy to work on both iOS and Andriod python' brings up several videos and blogs on the subject.

I work mainly on Linux platform, so not familiar with syncing with (windows) desktop
hammer likes this post
Reply
#3
Thanks so much.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to transfer files from mobile to desktop Sakura97 0 1,272 Oct-13-2020, 04:33 PM
Last Post: Sakura97
  How can I create a Medium mobile app like? protusbaf 1 1,659 Nov-04-2019, 01:06 AM
Last Post: metulburr
  [split] Lottery System on my mobile website sibt007 1 2,453 Sep-27-2018, 12:56 AM
Last Post: micseydel
  New mobile app project PyBeginner 0 2,415 Mar-10-2018, 11:31 PM
Last Post: PyBeginner
  Lottery System on my mobile website nooxm123 1 2,622 Feb-06-2018, 10:55 AM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020