본문 바로가기

[android]convert intent to string(uri) _ intent를 String(Uri)값으로 변환하기 String uri = intent.toUri(flag); //해당 intent를 Uri값으로 변환 flag값으로는 0 또는 Intent.URI_INTENT_SCHEME를 달아준다. Intent.URI_INTENT_SCHEME::parseUri와 toUri를 구분하는 구분자. return된 uri의 action=android.intent.action.VIEW;부분은 적어주지 않으면 해당 view를 들고 가기 때문에 지워준다.(byte제한 떄문에 가능한한 지워줌) 더보기
[android]view 절대좌표 구하기 더보기
[android]manifest permission constants java.lang.Object↳android.Manifest.permissionSummaryConstantsStringACCESS_CHECKIN_PROPERTIESAllows read/write access to the "properties" table in the checkin database, to change values that get uploaded.StringACCESS_COARSE_LOCATIONAllows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.StringACCESS_FINE_LOCATIONAllows an app to access preci.. 더보기
[xml]TextView _ inputType public interfaceInputTypeandroid.text.InputTypeKnown Indirect SubclassesEditorInfoClass OverviewBit definitions for an integer defining the basic content type of text held in an Editable object. Supported classes may be combined with variations and flags to indicate desired behaviors.SummaryConstantsintTYPE_CLASS_DATETIMEClass for dates and times.intTYPE_CLASS_NUMBERClass for numeric text.intTYP.. 더보기
2013년 2월 23일 tistory 시작. 빗살의 조개는 파도의 성실함을 기억한다. 흐트러진 나이테는 세월의 고통을 간직한다. 더보기