Is there any way to write native apps for Windows Blackberry Android and Apple devices using Python

0 votes

Hi all,

So basically my requirement is covered in the question header. I just wanted to know if it is actually possible and plausible to develop applications for iOS and Android devices?

I have started mobile app development and I was very keen to know more about how I can achieve this using Python.

 Appreciate all the help I can get, cheers!

Jan 11, 2019 in Python by Anirudh
• 2,080 points
771 views

1 answer to this question.

0 votes

Hi,

This is an amazing Python framework just for this purpose: Kivy

I have personally developed using Kivy and I love it. It spans across multiple platforms ranging from Mac, Android, Linux etc. 

Note: Native iOS development is possible but it is quite cumbersome to do so because Apple doesn't allow native scripting using anything apart from their language.

And, I think you will be aware of the Android Scripting Environment (ASE), right? Well, even if you don't - It is basically a tool to allow scripts to run on the Android environment.

For iOS Python development, all you have to do is you need to embed a Python interpreter into the application and later distribute the script with it.

Well, we do that last part so we can follow the rules/guidelines set by Apple.

Hope this helps, let me know if you need anything else. Cheers!

answered Jan 11, 2019 by Nymeria
• 3,560 points

Related Questions In Python

0 votes
1 answer

Is there a foreach function in python and is there a way to implement it if there isnt any

Every occurence of "foreach" I've seen (PHP, ...READ MORE

answered Aug 31, 2018 in Python by charlie_brown
• 7,720 points
778 views
0 votes
0 answers

is there a way to run android using python?

can you give a few sample projects ...READ MORE

Apr 22, 2019 in Python by Waseem
• 4,540 points
338 views
0 votes
1 answer
0 votes
1 answer

Is there a way to run Python on Android?

YES! An example via Matt Cutts via SL4A -- "here’s ...READ MORE

answered Sep 19, 2018 in Python by Priyaj
• 58,090 points
830 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,057 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,477 views
0 votes
1 answer

What is the recommended way to randomize a list of strings using Python?

Hi. Nice question. Here is the simplified answer ...READ MORE

answered Jan 18, 2019 in Python by Nymeria
• 3,560 points
612 views
0 votes
1 answer

Shortest path from source to and from a negative cycle using Bellman Ford in Python

class NegativeWeightFinder: def __init__(self, graph: nx.Graph): ...READ MORE

answered Nov 13, 2018 in Python by Nymeria
• 3,560 points
1,101 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP