Showing posts with label might. Show all posts
Showing posts with label might. Show all posts

Friday, 23 October 2015

The HTC One A9 is a huge gamble that might just pay off



If you've ever been to an electronics market in certain parts of Asia, you'll be familiar with iPhone knockoffs running Android. Within weeks of a new Apple device, you can get a gray market iPhone lookalike running Android Jelly Bean or something, for a third of the cost of the real thing. But we never thought we'd see a 'real' manufacturer take this approach. Until now
If I were living under a rock, and came across the One A9 on holiday, I would absolutely believe it was a gray market ripoff. I can just imagine coming home to tell my friends, “Hey, check out the fake HTC iPhone I bought,” only to be informed HTC itself actually put it out.

We can lay some blame for this odd decision on the exodus of HTC designers – Scott Croyle in 2014, and Jonah Becker in 2015 – and presume the design department at HTC is full of empty desks following their departure. Or we could put it down to a last-ditch effort to get someone, anyone, to buy an HTC device.

But what if this is actually the best decision HTC has made in a long time?



java8 for android? the sollution might be here!



Im what you might call a trainee android developer working with java and i might have found a sollution for java8 on android. Well, here i go:

step 1. download jdk-8u66-linux-i586.tar.gz it should be under the linux category
step 2. Extract the tar.gz with the Rar app for android. or use a computer.
step 3. locate the extracted copy of the archive
step 4. go to:
jdk-8u66-linux-i586/jdk1.8.0_66/jre/lib/
step 5. there should be a file names rt.jar
rt.jar includes the entire directory for java8 and all class files. most likely an API

THINGS TO NOTE:
1. if you are developing code on a android and not a computer(like i am) you may see some class files twice in your IDE.
2. to my knowledge, i am not quite sure everything will work the same as if on a linux computer.

thank you for taking your time to read this.
sorry if i post this under wrong category, completely new to forums!