-
To @nesquena and @thecodepath, please review my 3rd week project.
Still working on the persistence...
Thanks a lot!
Yang
-
My app is complete.
I had 2 questions:
1. I couldn't get the feed to refresh after when the user clicks the inline reply button and replies. I tried putting the fragment.refreshFeed() in onResume() of…
-
My app is complete, please review. /cc @codepathreview @codepath
-
The app is complete. Please review /cc @codepathreview @codepath
-
Hey @timothy1ee! I've got the resized cell working, and it fits the whole text. Two issues I'm having now:
1) I think I'm setting the profile pic correctly, but nothing shows up. Am I missing someth…
-
My app is complete, please review. /cc @codepathreview @codepath
Questions:
I was wondering what the best approach for showing an image in the tweet was. As the images have variable length, and the…
-
Required features are ready for review. /cc @codepath @codepathreview Hopefully I will be able to expand upon what is here so far
-
For some reason my inbox doesn't open in lavaboom.com. It just shows me, that its reading my Inbox account, but that's all. Every other folder, like Compose, Sent, Starred, Spam, Trash, Contacts and S…
adjpg updated
9 years ago
-
My app is complete, please review. /cc @codepathreview @codepath
Another fun project. I was butting my head for a while trying to get the relationships set up correctly using ActiveAndroid. It was pa…
-
```
val viewNode = ViewNode(
engine = sceneView.engine,
modelLoader = sceneView.modelLoader,
viewAttachmentManager = viewAttachmentManager,
).apply {
…