How To Make Chat App In Sketchware By Developer Partha
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=VMOh3i5xp64
How To Make Chat App In Sketchware || By Developer Partha • In This Video I will Show How You Can Make a Chat App using Sketchware... • So,first you need App id and Project id if you don't know how to generate App id and Project id in firebase the goto this Video Tutorial Link :- • How To Generate App Id And Project Id... • Here is the Code Need in This Chat App.... • • onCreate • code 1: • MainActivity.this.getWindow().setSoftInputMode( WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN ); • code 2: • listview1.setOverScrollMode(View.OVER_SCROLL_NEVER);listview1.setVerticalScrollBarEnabled(false); • code 3: • listview1.setDivider(null);listview1.setDividerHeight(0); listview1.setSelector(android.R.color.transparent); • SendButton • MainActivity.this.getWindow().setSoftInputMode( WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN ); • onChild Add • listview1.post(new Runnable() { @Override public void run() { listview1.setSelection(ChatMap.size());}}); • firebase • sketchware • sketchware tutorial • sketchware help • developer partha
#############################
