Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #57060
| From | Bill <billaboard@gmail.com> |
|---|---|
| Newsgroups | comp.mobile.android, alt.comp.freeware, microsoft.public.windowsxp.general |
| Subject | Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) |
| Date | 2018-11-02 19:51 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <pri9rc$sgi$1@dont-email.me> (permalink) |
| References | <pr05f2$t0d$1@news.mixmin.net> <Pz3jrhdwJ61bFw9L@end.of.the.universe> <pracn5$el0$1@news.mixmin.net> <q4haJM5mnY2bFwB+@end.of.the.universe> <prggi2$4ir$1@news.mixmin.net> |
Cross-posted to 3 groups.
On 02/11/2018 03:33, Arlen_Holder wrote:
> On Wed, 31 Oct 2018 10:54:30 +0000, Bill wrote:
>
>> hence my interest in trying to learn
>> about Android. I should have time to do and learn something, but there
>> are long periods when life gets in the way.
>
> Hi Bill,
> We're in the same boat, give or take, just on opposite sides of the pond.
>
> Do you have a tablet?
> o Is it Android (then it will be easy to use to get the tutorial videos)
> o Or, is it iOS (like mine is, which means everything is a _lot_ harder)
>
> Or, can you put two monitors side by side, from two different desktops?
>
> If you have a tablet, you can download the 8 sets of tutorial videos onto
> that tablet using the youtube-dl.exe Windows freeware (plus ffmpeg & C++
> freeware).
>
> For example, what I'm doing now, since my monitor is downright puny, is I
> will download all those videos, en masse, and then boot momentarily to
> Ubuntu 18.04, which allows me to slide the videos over to the iPad which
> mounts read/write on Ubuntu essentially as a USB drive. (If your tablet is
> Android, you won't have to deal with that issue of turning the iPad into a
> read/write USB drive as Android already acts like a read/write USB drive
> when connected to Windows).
>
> The process for installing youtube-dl.exe is a bit complex, unfortunately:
> 1. Install Microsoft Visual C++ 2010 Redistributable Package (x86)
> <https://www.microsoft.com/en-US/download/details.aspx?id=5555>
> 2. Upate Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update
> <https://www.microsoft.com/en-us/download/details.aspx?id=26999>
> 3. Get ffmpeg
> <http://ffmpeg.zeranoe.com/builds/>
> Put the three executables in the same directory as the youtube-dl.exe
> ffmpeg.exe
> ffplay.exe
> ffprobe.exe
> 4. Then get the right youtube-dl.exe that uses Visual C & not python!
> <https://youtube-dl.org/>
> <http://rg3.github.io/youtube-dl/download.html>
> 5. Then download a video as an OPUS file:
> youtube-dl.exe http://any_url.com
> 6. Download a video as an MP4 file:
> youtube-dl.exe -f 18 http://any_url.com
> 7. Download and extract just the audio as an M4A:
> youtube-dl.exe -f 140 http://any_url.com
> 8. Download and extract just the audio as an MP3:
> youtube-dl.exe -x --audio-format mp3 --audio-quality 0 http://any_ourl.com
> 9. Download the videos in a playlist text file:
> youtube-dl.exe -ciwo "%(title)s.%(ext)s" -a playlist.txt
> Where that playlist is a line-by-line set of URLs as shown below.
> 10. To download the 8 tutorials, you can run this freeware command:
> C:\> mkdir c:\tmp\android\video
> C:\> cd c:\tmp\android\video
> C:\> youtube-dl.exe -ciwo "%(title)s.%(ext)s" -a download.txt
> Where the "download.txt" file is the following set of 8 tutorials:
> #
> https://youtu.be/_418iSKJuOk
> #
> https://youtu.be/EOfCEhWq8sg
> #
> https://youtu.be/LN8fBh7LH9k
> https://youtu.be/u5Gj-_ifxUo
> https://youtu.be/axwFF4oSDi8
> https://youtu.be/ASzpxZ504Es
> https://youtu.be/GR_JtJWzh4Y
> #
> https://youtu.be/dFlPARW5IX8
> https://youtu.be/6ow3L39Wxmg
> https://youtu.be/rdGpT1pIJlw
> https://youtu.be/bu5Y3uZ6LLM
> #
> https://youtu.be/agk01JKps8w
> https://youtu.be/NSoFTHDHY40
> https://youtu.be/fFzpWuHGyhc
> https://youtu.be/gSRKhxuXTw4
> https://youtu.be/g3jPYU9wCKg
> https://youtu.be/G4SJFk8PdAc
> https://youtu.be/e_Xe4sTWxTw
> https://youtu.be/qS9rZV-Qbpk
> https://youtu.be/8IZfYuTbCnY
> https://youtu.be/A6YE5jadnGo
> https://youtu.be/YeR2y3HdO1Q
> https://youtu.be/z87fVhI4Yt0
> https://youtu.be/xIwFd-u6yKw
> https://youtu.be/wHA0AnURQ_M
> https://youtu.be/nYqxyfKOXBw
> #
> https://youtu.be/oEgpGv2CF1U
> #
> https://youtu.be/mAJeK283j0I
> #
> https://youtu.be/-igAiudpBng
> #
>
> The reason for this effort is twofold:
> o My monitor is too small to handle the videos & the IDE
> o The videos show you what buttons to hit (the text tutorials don't)
>
> If someone here has _experience_ in _learning_ Android, that would help,
> where I've pretty much given up on the _text_ tutorials because I find I
> spend ten seconds reading what to do, and then ten minutes searching for
> the buttons they told us to hit.
>
> The video tutorials at least show every button; but you have to be able to
> start and stop them constantly, which is why it's handy to have them on the
> iPad.
>
> As you may be aware, everything sucks on iOS compared to Android, so if you
> have an Android tablet, you can easily just download _any_ video you want
> using NewPipe freeware on Android, which works _perfectly_.
> <https://f-droid.org/en/packages/org.schabi.newpipe/>
>
> If you're on iOS, like I am, then everything sucks compared to Android,
> when it comes to flexibility, power, functionality, and usefulness. Sigh.
>
Hi Arlen,
I'm replying without quoting for space reasons, so hope this makes sense.
I am using 2 Windows laptops, side by side. The X201 (W10) has the
development system running, the X220T (W7) is there to run text and/or
videos. The latter is a tablet-convertible laptop, so can be folded to
just take the space of the screen. Both have 12" screens, and this seems
to work OK.
I do have a 7" Android tablet and a 10" Windows 8 tablet, but they are
too small, so I think I'll stick with the Lenovo X-series.
I totally agree about the text guide and wasting time searching for
buttons. I had already been looking up and at some videos - specifically
the Bill Butterfield ones, but decided to plough on until I get the
first text based one working. Your list of videos will be a great help,
and I can download them. I am an Apple-free zone.
Now to the problem! I have now got the button and text box sitting
there. It worked on the second try. So it's on to Java, where I start
with a blank mind.
This is what I start with, which works:
--------------------------------------------------
package com.example.my1stapplication;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import static android.icu.lang.UCharacter.GraphemeClusterBreak.V;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
-------------------------------------------------
and this is what I am told to do:
-------------------------------------------------
In the file app > java > com.example.myfirstapp > MainActivity, add the
sendMessage() method stub as shown below:
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
/** Called when the user taps the Send button */
fun sendMessage(view: View) {
// Do something in response to button
}
}
-----------------------------------------------
If I just append the second bunch of code to the bottom of the first
block, the whole of the second block is just underlined in red squiggle,
which I assume implies an error.
I tried commenting out the curly bracket at the end of the first code
block and adding one at the bottom of the second. This reduced the red
squiggle count, but hovering over almost every word shows an error.
I've dug out an old Java book and done a search for Java basics on the
'net, but without success so far. The Usenet Java group I've looked at
seemed to die in 2012.
It seems to me that I need to have a basic grasp of Java whatever
tutorial I follow, and this seems like a very basic stumbling block.
--
Bill
---
This email has been checked for viruses by AVG.
https://www.avg.com
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-26 22:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-27 05:39 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-27 08:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:12 -0400
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-30 00:14 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-30 19:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-30 20:13 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-31 07:26 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-01 12:21 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 06:29 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 22:01 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 06:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 07:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 17:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 18:32 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 20:47 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 23:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-06 16:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 21:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-07 16:39 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 10:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 17:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 19:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 20:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-09 11:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 10:34 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 10:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-12 12:37 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 20:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 23:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-14 17:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 05:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 07:02 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 00:19 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 19:29 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 15:37 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 19:49 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-18 20:14 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 03:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-19 09:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 20:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-20 05:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-21 10:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:42 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 20:13 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:15 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:49 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-23 20:47 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-29 10:05 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:48 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:59 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:01 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:02 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 03:09 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 07:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-02 03:22 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:22 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-01 16:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-12-01 19:25 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-03 18:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-07 16:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 01:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-10 10:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 06:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 18:52 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 20:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 00:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 02:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 05:25 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 17:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:11 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-24 23:48 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:11 -0400
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-31 10:54 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-02 19:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-02 20:07 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 23:16 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 00:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-03 01:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 11:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "Apd" <not@all.invalid> - 2018-11-03 15:31 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 18:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 01:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 02:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 00:57 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 19:06 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 09:26 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 09:59 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 03:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 05:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 07:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 09:57 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 07:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 21:19 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 23:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-15 01:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) nospam <nospam@nospam.invalid> - 2018-11-12 20:25 -0500
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-13 13:05 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-14 01:52 +0000
csiph-web