mogu se kreirati objave i kad se uradi moze se videti sadrzaj, jos se ne moze videti ko je tacno postavio (username) i nema sortiranja, to uskoro.
This commit is contained in:
parent
4746c230e1
commit
fe404b30e5
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.adapters;
|
||||||
|
|
||||||
|
public class PostsAdapter {
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class FileUtils {
|
||||||
|
}
|
||||||
4
app/src/main/java/com/example/gallery/models/Post.java
Normal file
4
app/src/main/java/com/example/gallery/models/Post.java
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class Post {
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class PostResponse {
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class Publication {
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class PublicationListResponse {
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.gallery.models;
|
||||||
|
|
||||||
|
public class PublicationRequest {
|
||||||
|
}
|
||||||
4
app/src/main/res/drawable/ic_video_placeholder.xml
Normal file
4
app/src/main/res/drawable/ic_video_placeholder.xml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
</selector>
|
||||||
Loading…
x
Reference in New Issue
Block a user