Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #142012

Re: programming/scripting on an Android device - suggestions ?

From "R.Wieser" <address@is.invalid>
Newsgroups comp.mobile.android
Subject Re: programming/scripting on an Android device - suggestions ?
Date 2024-06-13 10:24 +0200
Organization A noiseless patient Spider
Message-ID <v4eadc$263dv$2@dont-email.me> (permalink)
References <v49hdi$12a13$1@dont-email.me> <v4bf2m$1h142$1@dont-email.me> <v4crr6$1pumc$2@dont-email.me> <v4dvt3$245h5$1@dont-email.me>

Show all headers | View raw


Dave,

> PY4A - Python for Android - ran on SL4A. But I suspect you need
> an old version of Android to run it.

The AndroidManifest.xml of the SL4A APK I downloaded shows a 
"targetSdkVersion" of 14, which translates to below Android  v4.1.   And as 
AFAIK my phone runs Android 13 ...  Yep, it goes onto the garbage heap. :-\

>> Any ideas about using a Raspberry Pi for it ?
>
> <https://kivy.org/doc/stable/installation/installation-rpi.html>
> The documentaion is extensive but cryptic!
>
> I build and initially test on Linux, but you have to allow for the
> different display size/resolution. A proper keyboard and screen
> is the important thing.

Yikes!  I might be a hobby programmer, but asking a first-timer to configure 
something without clear instructions is just asking him to fail.  Which 
(having to go thru a gazillion of tries to get the whole thing to work) 
isn't really my cup of tea.

> Whether kivy is for you depends what you want to build.

:-)  I started off with the desire to just being able to run a script or 
two.  I'm not at all sure what I want to build.  Starting with the famous 
"hello world" would be a first step, activating the "buzzer" a likely 
second.  But being able to do something with BLE (detecting "beacon" 
broadcasts) has been in the back of my mind.    I might even want to build 
something which draws stuff in a ... what do you call those apps which have 
a full-screen GUI presence ?

> They may call pydroid an IDE, btw, but I'm pretty sure you can run
> scripts developed outside it. QPython was like that.

My consideration was more the opposite of that : if I could run scripts 
(written using the IDE or not) without having to interact with the IDE every 
time.

Regards,
Rudy Wieser

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-11 14:53 +0200
  Re: programming/scripting on an Android device - suggestions ? Kees Nuyt <k.nuyt@nospam.demon.nl> - 2024-06-11 15:58 +0200
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-11 17:53 +0200
      Re: programming/scripting on an Android device - suggestions ? Andy Burns <usenet@andyburns.uk> - 2024-06-11 17:09 +0100
        Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-11 20:05 +0000
        Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:15 +0200
      Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-11 21:12 +0000
        Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:19 +0200
          Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-14 00:20 +0000
            Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-15 10:06 +0200
              Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-16 07:28 +0000
                Re: programming/scripting on an Android device - suggestions ? "W. Greenhouse" <wgreenhouse@tilde.club> - 2024-06-16 13:46 +0000
      Re: programming/scripting on an Android device - suggestions ? Bob Martin <bob.martin@excite.com> - 2024-06-12 05:10 +0000
        Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:13 +0200
  Re: programming/scripting on an Android device - suggestions ? Richmond <dnomhcir@gmx.com> - 2024-06-11 18:01 +0100
  Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-11 20:05 +0000
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:02 +0200
  Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-12 06:19 +0000
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 20:42 +0200
      Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-13 08:18 +0000
        Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-13 10:48 +0200
          Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-14 07:25 +0000
            Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-14 20:34 +0000
            Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-15 11:24 +0200
              Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-16 07:29 +0000
  Re: programming/scripting on an Android device - suggestions ? Dave Royal <dave@dave123royal.com> - 2024-06-12 07:26 +0100
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 20:58 +0200
      Re: programming/scripting on an Android device - suggestions ? Dave Royal <dave@dave123royal.com> - 2024-06-13 06:25 +0100
        Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-13 10:24 +0200
  Re: programming/scripting on an Android device - suggestions ? Arno Welzel <usenet@arnowelzel.de> - 2024-06-12 12:58 +0200
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:10 +0200
    Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:32 +0200

csiph-web