정보의 공유 사회

Android

[AndroidStudio 3.6.1][해결완료]Expecting ‘android:screenOrientation=’unspecified’ or ‘fullSensor’ for this activity 오류처리(Activity is locked to an orientation)

안드로이드 스튜디오를 3.6.1로 버전 업데이트 후 AndoridManifest.xml 파일 정보에 화면 회전 관련하여 빨간줄이 생겨났다. 빨간줄은 싫다. 언제부터인가 거부감이 생겼다. 개발자라서 그런가?? 기존에 설정된 portrait를 “fullSensor”로...
생활정보ZIP

아이돌봄 서비스 지원 대상 정보(정부지원금 및 본인부담금)

아이돌봄 지원사업 목적 지원대상 가정의 아이돌봄을 지원하여 아이의 복지증진 및 보호자의 일・가정 양립을 통한 가족구성원의 삶의 질 향상과 양육친화적인 사회환경 조성(아이돌봄지원법 제1조) 만 12세 이하 아동에 시간 단위 돌봄을 제공하는 시간제와 만 36개월 이하 영아를 종일 돌보는 영아종일제로 구분 * ’14.8월 서비스...
Android

[안드로이드] 구구단 프로그램 만들기(코드 포함)

아주 간단하게 구구단 프로그램을 만들어 보자..  activity_main.xml——————————————————–<?xml version=”1.0″ encoding=”utf-8″?><RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android“ android:layout_width=”match_parent” android:layout_height=”match_parent”> <LinearLayout android:layout_width=”match_parent” android:layout_height=”wrap_content” android:layout_marginStart=”10dp” android:layout_marginEnd=”10dp” android:layout_marginTop=”20dp” android:layout_marginBottom=”10dp” android:gravity=”center” android:orientation=”vertical”> <TextView android:id=”@+id/text_view” android:layout_width=”match_parent” android:layout_height=”match_parent”...
Android

Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException이 발생하는 이유

Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException이 발생하는 이유는 무엇인가? Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException at android.app.ActivityThread.handleSleeping + 4433(ActivityThread.java:4433) at android.app.ActivityThread.-wrap24(ActivityThread.java) at android.app.ActivityThread$H.handleMessage + 1918(ActivityThread.java:1918) at android.os.Handler.dispatchMessage + 106(Handler.java:106)...
error: Content is protected !!