Ted Hagos

Ted Hagos’s Followers

None yet.

Ted hasn't connected with his friends on Goodreads, yet.


Ted Hagos

Goodreads Author


Website

Twitter

Genre

Influences

Member Since
October 2014


Ted is a software developer by trade, at the moment, he’s Chief Technology Officer and Data Protection Officer of RenditionDigital International; a software development company based out of Dublin. He wore many hats in his 20+ years in software development e.g. team lead, project manager, architect and director for development. He also spent time as a trainer for IBM Advanced Career Education, Ateneo ITI and Asia Pacific College. He wrote a couple of books under Apress.

There's a couple of places in the web where you might find my work, but I'm mostly active at workingdev.net
...more

How to create a simple Random number generator in Java

If you need to generate Random numbers in your Android app (assuming you���re using Java), you can simply use the java.util.Random class.



Random random = new Random(); // (1)
mrandomnumber = random.nextInt(100); // (2)

(1) Creates a new Random object



(2) Creates a new random integers not greater than 100



import android.util.Log;
import java.util.Random;

public class RandomNumber {

private String TAG = ge Read more of this blog post »
 •  0 comments  •  flag
Share on Twitter
Published on June 07, 2019 17:00
Average rating: 3.76 · 17 ratings · 4 reviews · 14 distinct worksSimilar authors
Learn Android Studio 3: Eff...

3.80 avg rating — 5 ratings3 editions
Rate this book
Clear rating
Beginning Kotlin: Build App...

3.75 avg rating — 4 ratings4 editions
Rate this book
Clear rating
Learn Android Studio 3 with...

really liked it 4.00 avg rating — 3 ratings4 editions
Rate this book
Clear rating
Beginning IntelliJ IDEA: In...

3.67 avg rating — 3 ratings2 editions
Rate this book
Clear rating
Android Studio IDE Quick Re...

really liked it 4.00 avg rating — 1 rating2 editions
Rate this book
Clear rating
Beginning IntelliJ IDEA: In...

liked it 3.00 avg rating — 1 rating
Rate this book
Clear rating
Java Lessons

0.00 avg rating — 0 ratings
Rate this book
Clear rating
Kotlin Quick Bites

0.00 avg rating — 0 ratings
Rate this book
Clear rating
Android Studio IDE Quick Re...

0.00 avg rating — 0 ratings2 editions
Rate this book
Clear rating
Learn Android Studio 4: Eff...

0.00 avg rating — 0 ratings3 editions
Rate this book
Clear rating
More books by Ted Hagos…
Common Sense
Ted Hagos is currently reading
bookshelves: currently-reading
Rate this book
Clear rating

 
H.G. Wells Collec...
Rate this book
Clear rating

 
The Dharma Bums
Ted Hagos is currently reading
bookshelves: currently-reading
Rate this book
Clear rating

 

Ted’s Recent Updates

Ted Hagos wants to read
How to Win Friends and Influence Fungi by Chris Balakrishnan
Rate this book
Clear rating
More of Ted's books…
No comments have been added yet.