Private chat info UI + backend implemented.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.to.telegramfinalproject.UI;
|
||||
|
||||
import org.json.JSONObject;
|
||||
import org.to.telegramfinalproject.Models.ChatEntry;
|
||||
|
||||
public class ChannelInfoController {
|
||||
public void setChannelDataFromJson(ChatEntry entry, JSONObject data) {
|
||||
// read name, status, bio, image url from JSON
|
||||
// update labels/images accordingly
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user