mgolokhov / dodroid

May the knowledge be with you!
MIT License
20 stars 12 forks source link

General Discussion #22

Open mgolokhov opened 8 years ago

JaeW commented 8 years ago

Oh snap. I was looking at last night's version. My bad. Just synced.

mgolokhov commented 8 years ago

Janice, click on watch button screen shot 2015-12-07 at 08 56 27

so you will be notified by every change

JaeW commented 8 years ago

That sounds like a drinking game we used to play in college . . . . Advice noted. Will sync at start of my coding day.

JaeW commented 8 years ago

Sooooooo, if I asked this question last night I would have been right to ask the question?

mgolokhov commented 8 years ago

Totally true ))) By the way, you can also ask about code in commits. check https://github.com/mgolokhov/dodroid/commit/83f8232fea094e285b7515804179f636b06253bc

JaeW commented 8 years ago

Again, advice noted. And just so you know I had to get up and do a little happy dance over that support library thing.

shiraeeshi commented 8 years ago

I think it's good to say hi before joining to discussions. About me: now I'm studying Part 1 of 'Programming for android handheld systems' course, this isn't a first attempt to learn android programming: I started (and sometimes ended) several other courses, but it seemed like I'm always studying just basic things about activities and intents. With this app (and others, why not?) I think I'll finally start doing something non-trivial.

mgolokhov commented 8 years ago

Aloha! Seems you have a good background in DB, so you pushed me to study the topic ahead (I'm studying Part 2) =)

mgolokhov commented 8 years ago

come_to_the_android_side_by_hamzaka-d5r3h21 http://hamzaka.deviantart.com/art/Come-to-the-android-side-347842585

mgolokhov commented 8 years ago

Seems like Mobile Cloud Computing for Android Specialization is discontinued and coursera offers Android App Development Specialization.

There is one more good course from Google Team. I like their incremental style.

JubrilEdu commented 4 years ago

Hello, Is this project still active? I want to contribute to fixing some of the issues. I'd love to know the current state if I should proceed or not.

mgolokhov commented 4 years ago

Hello @djubreel, The project is alive =) Actually, I've started to revise legacy architecture (ContentProvider + loaders). New tickets will be added soon. For sure pull requests are welcome.

JubrilEdu commented 4 years ago

Nice @mgolokhov, so what design/architecture pattern are you considering?

mgolokhov commented 4 years ago

MVVM https://github.com/mgolokhov/dodroid/issues/111

JubrilEdu commented 4 years ago

@mgolokhov I think you should add descriptions of what exactly to do in the issues you've raised, that way it would be easier for anyone to pick them up. I also noticed an issue when I scroll on the topic selection page, the floating action button disappears. Is this a known issue?

mgolokhov commented 4 years ago

@djubreel I agree descriptions are scarce. I'll add more info gradually. Yeah, good catch, the floating action button is broken, I believe after library bump. Would you like to report the issue and fix it?