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:
Daniel 2026-01-03 13:49:12 +01:00
parent 4746c230e1
commit fe404b30e5
8 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.example.gallery.adapters;
public class PostsAdapter {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class FileUtils {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class Post {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class PostResponse {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class Publication {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class PublicationListResponse {
}

View File

@ -0,0 +1,4 @@
package com.example.gallery.models;
public class PublicationRequest {
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
</selector>