9 questions
public class MainActivity extends AppCompatActivity { Toolbar toolbar; Fragment fragment1; Fragment fragment2; Fragment fragment3; @Override protected void onCreate(Bundle savedInstanceState) { super...
I applied the Android Holo theme to make an app for Galaxy Tab. So, the background of Fragment became white. The problem is that the same theme was applied to EditText in the fragment, so the color be...
I implemented it in this way in the viewPager adapter @Override public Fragment getItem(int position) { Log.d(test,=====position==== + position); switch (position){ case 0: fragement a = new a();...
Hi, how are you?I'm implementing tabs using Android Studio. I'm using a tab widget. (TabWidget) I would like to ask you how you can view the second tab2 in the design of the Android studio for the xml...
Hi, everyone. You are about to use cron in Ubuntu version 16.04. The basic usage instructions are shown in ZetaWiki as below, so I was going to refer to them and use them.* * * * * * Commands to Perfo...
To save the result of python execution in crontab as a file and leave it as a log 1 */8 * * * python3 code.py >> ~/log.txtis in use, but when used in this way, it seems to be logged at once afte...
building = [Gyeongbokgung, 1395, [Sungnyemun, 1396, [Changdeokgung, 1405]]This building string is Gyeongbokgung Palace 1395 Sungnyemun 1396 Changdeokgung Palace 1405 I'm going to put it this way.By ...
I want to change the cycle setting of crontab or executable setting flexibly using pythonIs it possible?
$ sudo crontab -l37 * * * * source /home/jmkim/dms-bi/bi_venv/bin/activate && python /home/jmkim/dms-bi/run.py >> /home/jmkim/test.log 2>&1I registered it on crontab.However, the ...
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.