Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Android. Edit candidate initial#271

Open
GiantYhorm wants to merge 10 commits into
zensoftio:masterfrom
GiantYhorm:edit_candidate_initial
Open

Android. Edit candidate initial#271
GiantYhorm wants to merge 10 commits into
zensoftio:masterfrom
GiantYhorm:edit_candidate_initial

Conversation

@GiantYhorm
Copy link
Copy Markdown
Contributor

No description provided.

*Removed unnecessary annotations @serialized_name
*Add get internetly/locally detailed interview
*Add save and get methods to InterviewDetailPresenter
*Add check for null pointers to Lists of objects(strings) in SQLite database
*Fixed bugs with SQLite in interviews list

*Add layout,string,dim,presenter and etc. for Edit Candidate fragment
*integrate interviews list with rx java
*Add butterknife library and use that on interviews list fragment&InterviewsAdapter
@@ -145,7 +145,7 @@ public class SQLiteHelper extends SQLiteOpenHelper {
ID + " INTEGER_PRIMARY_KEY, " +
FIRST_NAME + " TEXT, " +
LAST_NAME + " TEXT, " +
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you havent used room db framework)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just found out about that. Will know -_-.

*Add extending Base view to Edit Candidate
*Add has internet connection method
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants