xmltag-annotations

The easiest way to simplify custom View tags in Android layout xmls.

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

com.bartoszlipinski
ArtifactId

ArtifactId

xmltag-annotations
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

xmltag-annotations
The easiest way to simplify custom View tags in Android layout xmls.
Project URL

Project URL

https://github.com/blipinsk/XmlTag
Source Code Management

Source Code Management

https://github.com/blipinsk/XmlTag.git

Download xmltag-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag-annotations/ -->
<dependency>
    <groupId>com.bartoszlipinski</groupId>
    <artifactId>xmltag-annotations</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag-annotations/
implementation 'com.bartoszlipinski:xmltag-annotations:1.1.3'
// https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag-annotations/
implementation ("com.bartoszlipinski:xmltag-annotations:1.1.3")
'com.bartoszlipinski:xmltag-annotations:jar:1.1.3'
<dependency org="com.bartoszlipinski" name="xmltag-annotations" rev="1.1.3">
  <artifact name="xmltag-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bartoszlipinski', module='xmltag-annotations', version='1.1.3')
)
libraryDependencies += "com.bartoszlipinski" % "xmltag-annotations" % "1.1.3"
[com.bartoszlipinski/xmltag-annotations "1.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

DEPRECATED

XmlTag is deprecated. No more development will be taking place.

It was a very nice experiment. I liked that very much, but I don't find myself using it anymore. That's a viable sign that it should be deprecated.

Thanks for all your support!

XmlTag

License Android Arsenal Maven Central Bintray

The easiest way to simplify custom View tags in layout xmls.

Version 1.5 of Android Studio introduced the ability to use the short name of the custom Views when code-completing:

but why not take it a step further... and actually use the short name of the CustomView in your layout xml?


If you wanna see how it can be used, check USAGE.md.

License

Copyright 2015 Bartosz Lipiński

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0