tab tag

9 questions


1 answers
102 views
0
I made Tab Bar using Fragment on Android, but there was an error, so I'm asking you this question.

public class MainActivity extends AppCompatActivity { Toolbar toolbar; Fragment fragment1; Fragment fragment2; Fragment fragment3; @Override protected void onCreate(Bundle savedInstanceState) { super...


1 answers
120 views
0
How do I change the color of the cursor in EditText?

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...


1 answers
135 views
0
Implementing tab button with ViewPager.

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();...


1 answers
138 views
0
Using Tab Widgets How can I view the second tab design when implementing tabs?

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...

1 years ago

1 answers
73 views
0
Ubuntu: Crontab syntax question.

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...

1 years ago

1 answers
123 views
0
Linux Python Run Results Live File Output

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...

1 years ago

1 answers
67 views
0
Python recursive function example question.

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 ...

1 years ago

1 answers
104 views
0
Is there a way to add crontab in Python language in Ubuntu environment?

I want to change the cycle setting of crontab or executable setting flexibly using pythonIs it possible?

2 years ago

1 answers
58 views
0
When crontab execution is not normal on Ubuntu

$ 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 ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.