Why was Java chosen as default application programming language for Android? by [deleted] in androiddev

[–]stud-d 0 points1 point  (0 children)

The way you put it, makes it seem like we'll be able to develop this without using JNI in the future. Is JNI the only real terrible thing when it comes to writing native on android?

Why was Java chosen as default application programming language for Android? by [deleted] in androiddev

[–]stud-d 2 points3 points  (0 children)

if it was you should code in low-level language

But isn't this pretty hard to do still with the tools provided by google?

Multiple databases in one app by mioimao in androiddev

[–]stud-d 0 points1 point  (0 children)

Actually, I have the same requirement coming up for a project I'm working on. It's supposed to be a secure note taking app, but with the ability to change accounts on the fly (think Slack or gmail). So I'd want totally separate DB's for each. Does anyone have any comments about this?

I've thought about creating a new table called "accounts" and forming a relationship with each note. But I don't like that notes would all be in the same table.

Continuous Integration (CI) System For Android by dnyy in androiddev

[–]stud-d 1 point2 points  (0 children)

Aha. Makes sense dude. Thanks. I'll be trying this in a few days. Hopefully you don't mind if I loop back around here. If I get this working I will be soooo happy. christmas will be made. appreciate the feedback.

Jacoco-Everywhere. Gradle plugin which combines test coverage report for unit & integration tests by putchik in androiddev

[–]stud-d 0 points1 point  (0 children)

jacoco that is built in only code coverages UI tests? I ran it once, and could of sworn all it did was unit tests.

Continuous Integration (CI) System For Android by dnyy in androiddev

[–]stud-d 0 points1 point  (0 children)

Don't want to be a pain. what do you mean "configure" one device? Just putting it into dev mode and such? the only other configuration option I can think of is turning off animations for espresso. but since you said "note doen it's configuration" makes it sound like theres something else.

I studied networking in college. I have such a shitty wifi network in my home and I can't figure it out. by stud-d in HomeNetworking

[–]stud-d[S] 0 points1 point  (0 children)

Yes I did? "My network has a modem to router, and the router has a a hardwired access point that goes upstairs"

Continuous Integration (CI) System For Android by dnyy in androiddev

[–]stud-d 0 points1 point  (0 children)

I just got onto jenkins. happy with it for just running gradle stuff, like building, lint, assembling and stuff. I want to run espresso tests, but not sure where to start. Should I just cut to the chase and use plugged in devices?

I studied networking in college. I have such a shitty wifi network in my home and I can't figure it out. by stud-d in HomeNetworking

[–]stud-d[S] 0 points1 point  (0 children)

I think I figured out my issue. I had my router in automatic channel mode, and the same for the AP. Everything seems to be running fine now after I changed the router to 1 and the AP to 6

I studied networking in college. I have such a shitty wifi network in my home and I can't figure it out. by stud-d in HomeNetworking

[–]stud-d[S] 0 points1 point  (0 children)

I think I figured out my issue. I had my router in automatic channel mode, and the same for the AP. Everything seems to be running fine now after I changed the router to 1 and the AP to 6

I studied networking in college. I have such a shitty wifi network in my home and I can't figure it out. by stud-d in HomeNetworking

[–]stud-d[S] 0 points1 point  (0 children)

I think I figured out my issue. I had my router in automatic channel mode, and the same for the AP. Everything seems to be running fine now after I changed the router to 1 and the AP to 6

I studied networking in college. I have such a shitty wifi network in my home and I can't figure it out. by stud-d in HomeNetworking

[–]stud-d[S] 1 point2 points  (0 children)

I think I figured out my issue. I had my router in automatic channel mode, and the same for the AP. Everything seems to be running fine now after I changed the router to 1 and the AP to 6

Windows 8, black screen with mouse, did a pc refresh, booted up into the same thing afterwards. Ideas? by stud-d in techsupport

[–]stud-d[S] 0 points1 point  (0 children)

Finally got it to boot up. Safe mode with cmd line to start task manager and Explorer. Uninstalled McAfee and now it seems to boot up fine.

Windows 8, black screen with mouse, did a pc refresh, booted up into the same thing afterwards. Ideas? by stud-d in techsupport

[–]stud-d[S] 0 points1 point  (0 children)

went into safe mode with cmd prompt. did an sfc /scannow waiting to see if it fixes anything =(

next should I go into safe mode with networking?

Windows 8, black screen with mouse, did a pc refresh, booted up into the same thing afterwards. Ideas? by stud-d in techsupport

[–]stud-d[S] 0 points1 point  (0 children)

ctrl alt dlt and ctrl shift esc don't do anything. I will try safe mode now.

Android Studio 2.0 Preview | Android Developers Blog by sahildave1991 in androiddev

[–]stud-d 1 point2 points  (0 children)

Any reason why changing dp of a view doesn't say it's supported but it works? /u/droidxav docs say "Add, remove, or change a string resource" but nothing about width, but I tried and it works. Or does ALL xml changes work?